home *** CD-ROM | disk | FTP | other *** search
- object EmailSetupForm: TEmailSetupForm
- Left = 127
- Top = 246
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 187
- ClientWidth = 389
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label4: TLabel
- Left = 6
- Top = 13
- Width = 52
- Height = 13
- Caption = 'Smtp Host:'
- end
- object Label5: TLabel
- Left = 4
- Top = 48
- Width = 48
- Height = 13
- Caption = 'My Name:'
- end
- object Label6: TLabel
- Left = 4
- Top = 72
- Width = 58
- Height = 13
- Caption = 'My Address:'
- end
- object Label9: TLabel
- Left = 4
- Top = 96
- Width = 46
- Height = 13
- Caption = 'Reply To:'
- end
- object Label1: TLabel
- Left = 64
- Top = 146
- Width = 95
- Height = 13
- Caption = 'Dial-Up Connection:'
- end
- object BitBtn1: TBitBtn
- Left = 304
- Top = 8
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 304
- Top = 40
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object EditHost: TEdit
- Left = 64
- Top = 8
- Width = 225
- Height = 21
- Hint = 'e.g. aol.com'
- TabOrder = 2
- end
- object EditUserName: TEdit
- Left = 64
- Top = 46
- Width = 225
- Height = 21
- Hint = 'e.g. John Smith (OPTIONAL)'
- TabOrder = 3
- end
- object EditFrom: TEdit
- Left = 64
- Top = 69
- Width = 225
- Height = 21
- Hint = 'e.g. jsmith@aol.com'
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 64
- Top = 92
- Width = 225
- Height = 21
- Hint = 'My return email address'
- TabOrder = 5
- end
- object CheckBox1: TCheckBox
- Left = 64
- Top = 125
- Width = 225
- Height = 17
- Hint = 'Leave UNCHECKED for direct LAN connection'
- Caption = 'Use Auto Dialer'
- State = cbChecked
- TabOrder = 6
- end
- object ComboBox1: TComboBox
- Left = 64
- Top = 160
- Width = 225
- Height = 21
- Hint = 'Select Your Internet Connection From The Drop-Down List'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 7
- end
- end
-