home *** CD-ROM | disk | FTP | other *** search
- object ChangeProtocolForm: TChangeProtocolForm
- Left = 184
- Top = 205
- BorderStyle = bsDialog
- Caption = 'Change Mail Protocol'
- ClientHeight = 172
- ClientWidth = 427
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object rgProtocol: TRadioGroup
- Left = 21
- Top = 17
- Width = 388
- Height = 88
- TabOrder = 0
- end
- object bOK: TButton
- Left = 96
- Top = 128
- Width = 91
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 200
- Top = 128
- Width = 91
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object bHelp: TButton
- Left = 304
- Top = 128
- Width = 89
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- end
- end
-