home *** CD-ROM | disk | FTP | other *** search
- object OpenLinksActSetup: TOpenLinksActSetup
- Left = 301
- Top = 144
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Open Links'
- ClientHeight = 410
- ClientWidth = 440
- 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 cbOtherFolders: TCheckBox
- Left = 16
- Top = 56
- Width = 297
- Height = 17
- Caption = 'Search a message in other folders in case it is moved'
- TabOrder = 1
- OnClick = cbOtherFoldersClick
- end
- object bFolders: TButton
- Left = 320
- Top = 52
- Width = 105
- Height = 25
- Caption = 'Folders'
- TabOrder = 2
- OnClick = bFoldersClick
- end
- object cbOpenFilter: TCheckBox
- Left = 16
- Top = 88
- Width = 417
- Height = 17
- Caption = 'Open messages only it complies with following conditions'
- TabOrder = 3
- OnClick = cbOpenFilterClick
- end
- object gbFilter: TGroupBox
- Left = 40
- Top = 112
- Width = 385
- Height = 249
- Caption = 'Message is'
- TabOrder = 4
- object cbReplied: TCheckBox
- Left = 16
- Top = 24
- Width = 169
- Height = 17
- Caption = 'Replied'
- TabOrder = 0
- OnClick = cbRepliedClick
- end
- object cbNotReplied: TCheckBox
- Tag = 1
- Left = 16
- Top = 40
- Width = 169
- Height = 17
- Caption = 'Not Replied'
- TabOrder = 1
- OnClick = cbRepliedClick
- end
- object cbForwarded: TCheckBox
- Tag = 2
- Left = 192
- Top = 24
- Width = 185
- Height = 17
- Caption = 'Forwarded'
- TabOrder = 2
- OnClick = cbRepliedClick
- end
- object cbNotForwarded: TCheckBox
- Tag = 3
- Left = 192
- Top = 40
- Width = 185
- Height = 17
- Caption = 'Not Forwarded'
- TabOrder = 3
- OnClick = cbRepliedClick
- end
- object cbFlagged: TCheckBox
- Tag = 4
- Left = 16
- Top = 64
- Width = 169
- Height = 17
- Caption = 'Flagged'
- TabOrder = 4
- OnClick = cbRepliedClick
- end
- object cbNotFlagged: TCheckBox
- Tag = 5
- Left = 16
- Top = 80
- Width = 169
- Height = 17
- Caption = 'Not Flagged'
- TabOrder = 5
- OnClick = cbRepliedClick
- end
- object cbRead: TCheckBox
- Tag = 6
- Left = 192
- Top = 64
- Width = 185
- Height = 17
- Caption = 'Read'
- TabOrder = 6
- OnClick = cbRepliedClick
- end
- object cbUnread: TCheckBox
- Tag = 7
- Left = 192
- Top = 80
- Width = 185
- Height = 17
- Caption = 'Unread'
- TabOrder = 7
- OnClick = cbRepliedClick
- end
- object cbOfColor: TCheckBox
- Tag = 8
- Left = 16
- Top = 112
- Width = 353
- Height = 17
- Caption = 'Belonging to any of marked Colour Groups below'
- TabOrder = 8
- OnClick = cbRepliedClick
- end
- object cbNotOfColor: TCheckBox
- Tag = 9
- Left = 16
- Top = 128
- Width = 353
- Height = 17
- Caption = 'Not of any marked Colour Group below'
- TabOrder = 9
- OnClick = cbRepliedClick
- end
- object cblColors: TCheckListBox
- Left = 16
- Top = 152
- Width = 361
- Height = 81
- Columns = 2
- ItemHeight = 13
- TabOrder = 10
- end
- end
- object bOK: TButton
- Left = 232
- Top = 376
- Width = 89
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object bCancel: TButton
- Left = 336
- Top = 376
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object cbConfirmNotify: TCheckBox
- Left = 16
- Top = 24
- Width = 409
- Height = 17
- Caption = 'Start this action only when notification is confirmed'
- TabOrder = 0
- end
- end
-