home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / PrimaSoftAO / _SETUP.1 / ADO30.exe / 0 / RCDATA / TEMAILSETUPFORM / TEMAILSETUPFORM.txt
Encoding:
Text File  |  1998-12-14  |  2.2 KB  |  122 lines

  1. object EmailSetupForm: TEmailSetupForm
  2.   Left = 127
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup'
  6.   ClientHeight = 187
  7.   ClientWidth = 389
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label4: TLabel
  19.     Left = 6
  20.     Top = 13
  21.     Width = 52
  22.     Height = 13
  23.     Caption = 'Smtp Host:'
  24.   end
  25.   object Label5: TLabel
  26.     Left = 4
  27.     Top = 48
  28.     Width = 48
  29.     Height = 13
  30.     Caption = 'My Name:'
  31.   end
  32.   object Label6: TLabel
  33.     Left = 4
  34.     Top = 72
  35.     Width = 58
  36.     Height = 13
  37.     Caption = 'My Address:'
  38.   end
  39.   object Label9: TLabel
  40.     Left = 4
  41.     Top = 96
  42.     Width = 46
  43.     Height = 13
  44.     Caption = 'Reply To:'
  45.   end
  46.   object Label1: TLabel
  47.     Left = 64
  48.     Top = 146
  49.     Width = 95
  50.     Height = 13
  51.     Caption = 'Dial-Up Connection:'
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 304
  55.     Top = 8
  56.     Width = 75
  57.     Height = 25
  58.     TabOrder = 0
  59.     Kind = bkOK
  60.   end
  61.   object BitBtn2: TBitBtn
  62.     Left = 304
  63.     Top = 40
  64.     Width = 75
  65.     Height = 25
  66.     TabOrder = 1
  67.     Kind = bkCancel
  68.   end
  69.   object EditHost: TEdit
  70.     Left = 64
  71.     Top = 8
  72.     Width = 225
  73.     Height = 21
  74.     Hint = 'e.g. aol.com'
  75.     TabOrder = 2
  76.   end
  77.   object EditUserName: TEdit
  78.     Left = 64
  79.     Top = 46
  80.     Width = 225
  81.     Height = 21
  82.     Hint = 'e.g. John Smith (OPTIONAL)'
  83.     TabOrder = 3
  84.   end
  85.   object EditFrom: TEdit
  86.     Left = 64
  87.     Top = 69
  88.     Width = 225
  89.     Height = 21
  90.     Hint = 'e.g. jsmith@aol.com'
  91.     TabOrder = 4
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 64
  95.     Top = 92
  96.     Width = 225
  97.     Height = 21
  98.     Hint = 'My return email address'
  99.     TabOrder = 5
  100.   end
  101.   object CheckBox1: TCheckBox
  102.     Left = 64
  103.     Top = 125
  104.     Width = 225
  105.     Height = 17
  106.     Hint = 'Leave UNCHECKED for direct LAN connection'
  107.     Caption = 'Use Auto Dialer'
  108.     State = cbChecked
  109.     TabOrder = 6
  110.   end
  111.   object ComboBox1: TComboBox
  112.     Left = 64
  113.     Top = 160
  114.     Width = 225
  115.     Height = 21
  116.     Hint = 'Select Your Internet Connection From The Drop-Down List'
  117.     Style = csDropDownList
  118.     ItemHeight = 13
  119.     TabOrder = 7
  120.   end
  121. end
  122.