home *** CD-ROM | disk | FTP | other *** search
- object FormEmailSetup: TFormEmailSetup
- Left = 635
- Top = 461
- HelpContext = 419
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Setup E-Mail'
- ClientHeight = 232
- ClientWidth = 387
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BtnAddServer: TSpeedButton
- Left = 200
- Top = 160
- Width = 57
- Height = 22
- Caption = 'Add'
- OnClick = BtnAddServerClick
- end
- object BtnEditServer: TSpeedButton
- Left = 264
- Top = 160
- Width = 57
- Height = 22
- Caption = 'Edit'
- OnClick = BtnEditServerClick
- end
- object BtnRemoveServer: TSpeedButton
- Left = 328
- Top = 160
- Width = 57
- Height = 22
- Caption = 'Remove'
- OnClick = BtnRemoveServerClick
- end
- object Bevel1: TBevel
- Left = 0
- Top = 187
- Width = 387
- Height = 4
- Align = alBottom
- Shape = bsBottomLine
- end
- object Panel1: TPanel
- Left = 0
- Top = 191
- Width = 387
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 387
- 41)
- object BtnCancel: TButton
- Left = 304
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- object BtnOk: TButton
- Left = 221
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnHelp: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- HelpContext = 419
- Caption = 'Help'
- TabOrder = 2
- OnClick = BtnHelpClick
- end
- end
- object sgServers: TStringGrid
- Left = 3
- Top = 0
- Width = 382
- Height = 153
- ColCount = 4
- DefaultColWidth = 125
- DefaultRowHeight = 14
- FixedCols = 0
- Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect, goRowSelect]
- ScrollBars = ssVertical
- TabOrder = 1
- OnDblClick = sgServersDblClick
- end
- end
-