home *** CD-ROM | disk | FTP | other *** search
- object CheckSendActSetup: TCheckSendActSetup
- Left = 198
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Check/Send Mail'
- ClientHeight = 352
- ClientWidth = 395
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object rgMode: TRadioGroup
- Left = 8
- Top = 16
- Width = 377
- Height = 81
- Caption = 'Action to perform'
- ItemIndex = 0
- Items.Strings = (
- '&Check for new mail only'
- 'Send &Queued messages only'
- 'C&heck and send simultaneously')
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 112
- Width = 377
- Height = 137
- Caption = 'Accounts'
- TabOrder = 1
- object bSelectAll: TButton
- Left = 264
- Top = 16
- Width = 105
- Height = 25
- Caption = '&Select All'
- TabOrder = 0
- OnClick = bSelectAllClick
- end
- object bUnselectAll: TButton
- Left = 264
- Top = 56
- Width = 105
- Height = 25
- Caption = '&Unselect All'
- TabOrder = 1
- OnClick = bSelectAllClick
- end
- object lUsers: TCheckListBox
- Left = 8
- Top = 16
- Width = 249
- Height = 105
- ItemHeight = 13
- TabOrder = 2
- end
- end
- object cbConnect: TCheckBox
- Left = 16
- Top = 256
- Width = 369
- Height = 17
- Caption = 'Connect to the &Internet if needed'
- TabOrder = 2
- end
- object cbDisconnect: TCheckBox
- Left = 16
- Top = 280
- Width = 369
- Height = 17
- Caption = '&Disconnect when all sessions finished'
- TabOrder = 3
- end
- object bOK: TButton
- Left = 192
- Top = 320
- Width = 91
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object bCancel: TButton
- Left = 296
- Top = 320
- Width = 91
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-