home *** CD-ROM | disk | FTP | other *** search
- object SetupDlg: TSetupDlg
- Left = 246
- Top = 115
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 176
- ClientWidth = 393
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 104
- Height = 13
- Alignment = taRightJustify
- Caption = 'POP3 Server'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 104
- Height = 13
- Alignment = taRightJustify
- Caption = 'User Name'
- end
- object Label3: TLabel
- Left = 8
- Top = 64
- Width = 104
- Height = 13
- Alignment = taRightJustify
- Caption = 'Password'
- end
- object Label4: TLabel
- Left = 8
- Top = 88
- Width = 104
- Height = 13
- Alignment = taRightJustify
- Caption = 'Log File Name'
- end
- object Label5: TLabel
- Left = 8
- Top = 112
- Width = 104
- Height = 13
- Alignment = taRightJustify
- Caption = 'Attachments Directory'
- end
- object OKBtn: TBitBtn
- Left = 108
- Top = 137
- Width = 77
- Height = 27
- TabOrder = 5
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 208
- Top = 137
- Width = 77
- Height = 27
- TabOrder = 6
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object ServerEdit: TEdit
- Left = 117
- Top = 8
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object UserNameEdit: TEdit
- Left = 117
- Top = 32
- Width = 265
- Height = 21
- TabOrder = 1
- end
- object PasswordEdit: TEdit
- Left = 117
- Top = 56
- Width = 265
- Height = 21
- TabOrder = 2
- end
- object LogFileNameEdit: TEdit
- Left = 117
- Top = 80
- Width = 265
- Height = 21
- TabOrder = 3
- end
- object AttDirEdit: TEdit
- Left = 117
- Top = 104
- Width = 265
- Height = 21
- TabOrder = 4
- end
- end
-