home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95massma / _setup.1 / WWMail.exe / 0 / RCDATA / TSETUPDLG / TSETUPDLG.txt
Text File  |  1996-07-12  |  2KB  |  139 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 246
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 201
  8.   ClientWidth = 363
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 68
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'SMTP Server'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 40
  27.     Width = 68
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'EMail address'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 64
  35.     Width = 68
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     Caption = 'Name'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 88
  43.     Width = 68
  44.     Height = 13
  45.     Alignment = taRightJustify
  46.     Caption = 'Log File Name'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 8
  50.     Top = 112
  51.     Width = 68
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     Caption = 'Encoding'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 11
  58.     Top = 144
  59.     Width = 65
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     Caption = 'Character Set'
  63.   end
  64.   object OKBtn: TBitBtn
  65.     Left = 93
  66.     Top = 169
  67.     Width = 77
  68.     Height = 27
  69.     TabOrder = 5
  70.     Kind = bkOK
  71.     Margin = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object CancelBtn: TBitBtn
  76.     Left = 193
  77.     Top = 169
  78.     Width = 77
  79.     Height = 27
  80.     TabOrder = 6
  81.     Kind = bkCancel
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object ServerEdit: TEdit
  87.     Left = 85
  88.     Top = 8
  89.     Width = 265
  90.     Height = 21
  91.     TabOrder = 0
  92.   end
  93.   object UserAddressEdit: TEdit
  94.     Left = 85
  95.     Top = 32
  96.     Width = 265
  97.     Height = 21
  98.     TabOrder = 1
  99.   end
  100.   object UserNameEdit: TEdit
  101.     Left = 85
  102.     Top = 56
  103.     Width = 265
  104.     Height = 21
  105.     TabOrder = 2
  106.   end
  107.   object LogFileNameEdit: TEdit
  108.     Left = 85
  109.     Top = 80
  110.     Width = 265
  111.     Height = 21
  112.     TabOrder = 3
  113.   end
  114.   object EncodeComboBox: TComboBox
  115.     Left = 85
  116.     Top = 106
  117.     Width = 145
  118.     Height = 21
  119.     Style = csDropDownList
  120.     ItemHeight = 13
  121.     Items.Strings = (
  122.       'UUEncode'
  123.       'MIME')
  124.     TabOrder = 4
  125.   end
  126.   object CharSetComboBox: TComboBox
  127.     Left = 85
  128.     Top = 136
  129.     Width = 145
  130.     Height = 21
  131.     Style = csDropDownList
  132.     ItemHeight = 13
  133.     Items.Strings = (
  134.       'US-ASCII'
  135.       'ISO-8859-1')
  136.     TabOrder = 7
  137.   end
  138. end
  139.