home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / FastNet / Smtp / SMTPDEM.DFM / SMTPDEM.txt
Encoding:
Text File  |  1999-08-11  |  7.9 KB  |  367 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 109
  4.   Width = 586
  5.   Height = 419
  6.   Caption = 'SMTP Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 578
  21.     Height = 374
  22.     ActivePage = TabSheet2
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'Connection'
  27.       object Label1: TLabel
  28.         Left = 119
  29.         Top = 26
  30.         Width = 34
  31.         Height = 16
  32.         Caption = 'Host: '
  33.       end
  34.       object Label2: TLabel
  35.         Left = 123
  36.         Top = 59
  37.         Width = 30
  38.         Height = 16
  39.         Caption = 'Port: '
  40.       end
  41.       object Label4: TLabel
  42.         Left = 102
  43.         Top = 94
  44.         Width = 51
  45.         Height = 16
  46.         Caption = 'User ID: '
  47.       end
  48.       object Edit1: TEdit
  49.         Left = 158
  50.         Top = 21
  51.         Width = 148
  52.         Height = 24
  53.         TabOrder = 0
  54.       end
  55.       object Edit2: TEdit
  56.         Left = 158
  57.         Top = 54
  58.         Width = 44
  59.         Height = 24
  60.         TabOrder = 1
  61.         Text = '25'
  62.       end
  63.       object Button1: TButton
  64.         Left = 207
  65.         Top = 126
  66.         Width = 92
  67.         Height = 30
  68.         Caption = 'Connect'
  69.         TabOrder = 2
  70.         OnClick = Button1Click
  71.       end
  72.       object Button2: TButton
  73.         Left = 207
  74.         Top = 156
  75.         Width = 92
  76.         Height = 31
  77.         Caption = 'Disconnect'
  78.         TabOrder = 3
  79.         OnClick = Button2Click
  80.       end
  81.       object Edit4: TEdit
  82.         Left = 158
  83.         Top = 89
  84.         Width = 148
  85.         Height = 24
  86.         TabOrder = 4
  87.       end
  88.       object GroupBox1: TGroupBox
  89.         Left = 0
  90.         Top = 242
  91.         Width = 570
  92.         Height = 92
  93.         Align = alBottom
  94.         Caption = 'Local Information'
  95.         TabOrder = 5
  96.         object Label5: TLabel
  97.           Left = 177
  98.           Top = 20
  99.           Width = 43
  100.           Height = 16
  101.           Caption = 'Name: '
  102.         end
  103.         object Label6: TLabel
  104.           Left = 127
  105.           Top = 49
  106.           Width = 98
  107.           Height = 16
  108.           Caption = 'E-Mail Address: '
  109.         end
  110.         object Edit5: TEdit
  111.           Left = 223
  112.           Top = 15
  113.           Width = 149
  114.           Height = 24
  115.           TabOrder = 0
  116.         end
  117.         object Edit6: TEdit
  118.           Left = 223
  119.           Top = 44
  120.           Width = 149
  121.           Height = 24
  122.           TabOrder = 1
  123.         end
  124.       end
  125.     end
  126.     object TabSheet2: TTabSheet
  127.       Caption = 'Sending E-Mail'
  128.       object Memo1: TMemo
  129.         Left = 0
  130.         Top = 166
  131.         Width = 570
  132.         Height = 177
  133.         Align = alClient
  134.         TabOrder = 0
  135.       end
  136.       object Panel1: TPanel
  137.         Left = 0
  138.         Top = 0
  139.         Width = 570
  140.         Height = 100
  141.         Align = alTop
  142.         TabOrder = 1
  143.         object Label7: TLabel
  144.           Left = 17
  145.           Top = 9
  146.           Width = 23
  147.           Height = 16
  148.           Caption = 'To: '
  149.         end
  150.         object Label8: TLabel
  151.           Left = 16
  152.           Top = 38
  153.           Width = 24
  154.           Height = 16
  155.           Caption = 'CC: '
  156.         end
  157.         object Label9: TLabel
  158.           Left = 7
  159.           Top = 69
  160.           Width = 33
  161.           Height = 16
  162.           Caption = 'BCC: '
  163.         end
  164.         object Label10: TLabel
  165.           Left = 209
  166.           Top = 4
  167.           Width = 73
  168.           Height = 16
  169.           Caption = 'Attachments'
  170.         end
  171.         object Edit7: TEdit
  172.           Left = 43
  173.           Top = 4
  174.           Width = 149
  175.           Height = 24
  176.           TabOrder = 0
  177.         end
  178.         object Edit8: TEdit
  179.           Left = 43
  180.           Top = 33
  181.           Width = 149
  182.           Height = 24
  183.           TabOrder = 1
  184.         end
  185.         object Edit9: TEdit
  186.           Left = 43
  187.           Top = 64
  188.           Width = 149
  189.           Height = 24
  190.           TabOrder = 2
  191.         end
  192.         object ListBox1: TListBox
  193.           Left = 207
  194.           Top = 20
  195.           Width = 149
  196.           Height = 70
  197.           ItemHeight = 16
  198.           TabOrder = 3
  199.         end
  200.         object Button4: TButton
  201.           Left = 364
  202.           Top = 20
  203.           Width = 93
  204.           Height = 30
  205.           Caption = 'Add'
  206.           TabOrder = 4
  207.           OnClick = Button4Click
  208.         end
  209.         object Button5: TButton
  210.           Left = 364
  211.           Top = 49
  212.           Width = 93
  213.           Height = 31
  214.           Caption = 'Remove'
  215.           TabOrder = 5
  216.           OnClick = Button5Click
  217.         end
  218.       end
  219.       object Panel2: TPanel
  220.         Left = 0
  221.         Top = 100
  222.         Width = 570
  223.         Height = 66
  224.         Align = alTop
  225.         Caption = 'Panel2'
  226.         TabOrder = 2
  227.         object Label11: TLabel
  228.           Left = 143
  229.           Top = 34
  230.           Width = 51
  231.           Height = 16
  232.           Caption = 'Subject: '
  233.         end
  234.         object Button6: TButton
  235.           Left = 23
  236.           Top = 21
  237.           Width = 88
  238.           Height = 29
  239.           Caption = 'Send'
  240.           TabOrder = 0
  241.           OnClick = Button6Click
  242.         end
  243.         object Edit10: TEdit
  244.           Left = 217
  245.           Top = 25
  246.           Width = 267
  247.           Height = 24
  248.           TabOrder = 1
  249.         end
  250.       end
  251.     end
  252.     object TabSheet3: TTabSheet
  253.       Caption = 'Verify User'
  254.       object Label3: TLabel
  255.         Left = 62
  256.         Top = 82
  257.         Width = 123
  258.         Height = 16
  259.         Caption = 'UserName to Verify: '
  260.       end
  261.       object Edit3: TEdit
  262.         Left = 183
  263.         Top = 79
  264.         Width = 149
  265.         Height = 24
  266.         TabOrder = 0
  267.       end
  268.       object Button3: TButton
  269.         Left = 162
  270.         Top = 114
  271.         Width = 93
  272.         Height = 31
  273.         Caption = 'Verify'
  274.         TabOrder = 1
  275.         OnClick = Button3Click
  276.       end
  277.     end
  278.     object TabSheet4: TTabSheet
  279.       Caption = 'Expand Mailing List'
  280.       object Memo2: TMemo
  281.         Left = 0
  282.         Top = 139
  283.         Width = 570
  284.         Height = 195
  285.         Align = alClient
  286.         TabOrder = 0
  287.       end
  288.       object Panel3: TPanel
  289.         Left = 0
  290.         Top = 0
  291.         Width = 570
  292.         Height = 139
  293.         Align = alTop
  294.         TabOrder = 1
  295.         object Label14: TLabel
  296.           Left = 4
  297.           Top = 113
  298.           Width = 126
  299.           Height = 16
  300.           Caption = 'Mailing List Members'
  301.         end
  302.         object Label12: TLabel
  303.           Left = 62
  304.           Top = 14
  305.           Width = 89
  306.           Height = 16
  307.           Caption = 'List to Expand: '
  308.         end
  309.         object Button7: TButton
  310.           Left = 167
  311.           Top = 49
  312.           Width = 93
  313.           Height = 31
  314.           Caption = 'Expand List'
  315.           TabOrder = 0
  316.           OnClick = Button7Click
  317.         end
  318.         object Edit11: TEdit
  319.           Left = 154
  320.           Top = 10
  321.           Width = 149
  322.           Height = 24
  323.           TabOrder = 1
  324.         end
  325.       end
  326.     end
  327.   end
  328.   object StatusBar1: TStatusBar
  329.     Left = 0
  330.     Top = 374
  331.     Width = 578
  332.     Height = 18
  333.     Panels = <>
  334.     SimplePanel = True
  335.   end
  336.   object NMSMTP1: TNMSMTP
  337.     Port = 25
  338.     ReportLevel = 0
  339.     OnDisconnect = NMSMTP1Disconnect
  340.     OnConnect = NMSMTP1Connect
  341.     OnInvalidHost = NMSMTP1InvalidHost
  342.     OnHostResolved = NMSMTP1HostResolved
  343.     OnStatus = NMSMTP1Status
  344.     OnConnectionFailed = NMSMTP1ConnectionFailed
  345.     OnPacketSent = NMSMTP1PacketSent
  346.     OnConnectionRequired = NMSMTP1ConnectionRequired
  347.     PostMessage.LocalProgram = 'NetMasters SMTP Demo'
  348.     EncodeType = uuMime
  349.     ClearParams = True
  350.     SubType = mtPlain
  351.     OnRecipientNotFound = NMSMTP1RecipientNotFound
  352.     OnHeaderIncomplete = NMSMTP1HeaderIncomplete
  353.     OnSendStart = NMSMTP1SendStart
  354.     OnSuccess = NMSMTP1Success
  355.     OnFailure = NMSMTP1Failure
  356.     OnEncodeStart = NMSMTP1EncodeStart
  357.     OnEncodeEnd = NMSMTP1EncodeEnd
  358.     OnMailListReturn = NMSMTP1MailListReturn
  359.     Left = 388
  360.     Top = 32
  361.   end
  362.   object OpenDialog1: TOpenDialog
  363.     Left = 388
  364.     Top = 64
  365.   end
  366. end
  367.