home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / dos / upyours / uy4beta3.exe / .rsrc / RCDATA / TSMTPCLIENT / TSMTPCLIENT.txt
Encoding:
Text File  |  1997-04-28  |  2.6 KB  |  152 lines

  1. object SMTPClient: TSMTPClient
  2.   Left = 258
  3.   Top = 215
  4.   BorderStyle = bsSingle
  5.   Caption = 'Up Yours 4.0'
  6.   ClientHeight = 249
  7.   ClientWidth = 290
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 0
  23.     Width = 33
  24.     Height = 13
  25.     Caption = 'Status:'
  26.   end
  27.   object stStatus: TLabel
  28.     Left = 48
  29.     Top = 0
  30.     Width = 3
  31.     Height = 13
  32.   end
  33.   object Label2: TLabel
  34.     Left = 20
  35.     Top = 48
  36.     Width = 25
  37.     Height = 13
  38.     Caption = 'Host:'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 20
  42.     Top = 96
  43.     Width = 29
  44.     Height = 13
  45.     Caption = 'From :'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 29
  49.     Top = 72
  50.     Width = 16
  51.     Height = 13
  52.     Caption = 'To:'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 28
  56.     Top = 120
  57.     Width = 17
  58.     Height = 13
  59.     Caption = 'CC:'
  60.   end
  61.   object Label7: TLabel
  62.     Left = 6
  63.     Top = 144
  64.     Width = 39
  65.     Height = 13
  66.     Caption = 'Subject:'
  67.   end
  68.   object Label8: TLabel
  69.     Left = -1
  70.     Top = 168
  71.     Width = 46
  72.     Height = 13
  73.     Caption = 'Message:'
  74.   end
  75.   object sleHost: TEdit
  76.     Left = 48
  77.     Top = 52
  78.     Width = 161
  79.     Height = 21
  80.     Color = clInfoBk
  81.     Enabled = False
  82.     TabOrder = 0
  83.   end
  84.   object sleLogin: TEdit
  85.     Left = 48
  86.     Top = 100
  87.     Width = 161
  88.     Height = 21
  89.     Color = clInfoBk
  90.     TabOrder = 1
  91.   end
  92.   object sleTo: TEdit
  93.     Left = 48
  94.     Top = 76
  95.     Width = 161
  96.     Height = 21
  97.     Color = clInfoBk
  98.     Enabled = False
  99.     TabOrder = 2
  100.   end
  101.   object sleCC: TEdit
  102.     Left = 48
  103.     Top = 124
  104.     Width = 161
  105.     Height = 21
  106.     Color = clInfoBk
  107.     Enabled = False
  108.     TabOrder = 3
  109.   end
  110.   object sleSubject: TEdit
  111.     Left = 48
  112.     Top = 148
  113.     Width = 241
  114.     Height = 21
  115.     Color = clInfoBk
  116.     TabOrder = 4
  117.   end
  118.   object mleMessage: TMemo
  119.     Left = 0
  120.     Top = 184
  121.     Width = 289
  122.     Height = 65
  123.     Color = clInfoBk
  124.     TabOrder = 5
  125.   end
  126.   object cbClose: TButton
  127.     Left = 212
  128.     Top = 52
  129.     Width = 75
  130.     Height = 93
  131.     Cancel = True
  132.     Caption = '&Close'
  133.     Font.Color = clBlack
  134.     Font.Height = -13
  135.     Font.Name = 'Times New Roman'
  136.     Font.Style = [fsBold, fsUnderline]
  137.     ParentFont = False
  138.     TabOrder = 6
  139.     OnClick = cbCloseClick
  140.   end
  141.   object cbSend: TButton
  142.     Left = 52
  143.     Top = 252
  144.     Width = 75
  145.     Height = 25
  146.     Caption = '&Send'
  147.     Default = True
  148.     TabOrder = 7
  149.     OnClick = cbSendClick
  150.   end
  151. end
  152.