home *** CD-ROM | disk | FTP | other *** search
- object ViewModeSetup: TViewModeSetup
- Left = 339
- Top = 158
- BorderStyle = bsDialog
- BorderWidth = 3
- Caption = 'View Mode Setup'
- ClientHeight = 445
- ClientWidth = 417
- 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
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object pBottom: TPanel
- Left = 0
- Top = 408
- Width = 417
- Height = 39
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object btnOK: TButton
- Left = 136
- Top = 8
- Width = 89
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 232
- Top = 8
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object btnHelp: TButton
- Left = 328
- Top = 8
- Width = 89
- Height = 25
- Caption = '&Help'
- Enabled = False
- TabOrder = 2
- end
- end
- object pTop: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 408
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object pcVM: TPageControl
- Left = 0
- Top = 0
- Width = 417
- Height = 404
- ActivePage = tsGeneral
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- object pMain: TPanel
- Left = 0
- Top = 45
- Width = 409
- Height = 331
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label4: TLabel
- Left = 224
- Top = 222
- Width = 36
- Height = 13
- Caption = 'S&ort by:'
- FocusControl = cobSortBy
- end
- object Label3: TLabel
- Left = 224
- Top = 116
- Width = 66
- Height = 13
- Caption = '&Column width:'
- FocusControl = eWidth
- end
- object Label2: TLabel
- Left = 8
- Top = 96
- Width = 43
- Height = 13
- Caption = 'Co&lumns:'
- FocusControl = clbColumns
- end
- object Label1: TLabel
- Left = 8
- Top = 52
- Width = 51
- Height = 13
- Caption = '&Thread by:'
- FocusControl = cobThreadBy
- end
- object eWidth: TXSpinEdit
- Left = 312
- Top = 112
- Width = 89
- Height = 21
- TabOrder = 4
- Text = '0'
- OnChange = eWidthChange
- MinValue = 0
- MaxValue = 10000
- Value = 0
- Step = 1
- end
- object cobSortBy: TComboBox
- Left = 224
- Top = 242
- Width = 177
- Height = 21
- Style = csDropDownList
- DropDownCount = 20
- ItemHeight = 13
- TabOrder = 7
- end
- object cobThreadBy: TComboBox
- Left = 8
- Top = 67
- Width = 393
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = cobThreadByChange
- Items.Strings = (
- 'None'
- 'References'
- 'Subject'
- 'Sender'
- 'Recipient')
- end
- object clbColumns: TCheckListBox
- Left = 8
- Top = 116
- Width = 205
- Height = 212
- OnClickCheck = clbColumnsClickCheck
- DragMode = dmAutomatic
- ItemHeight = 13
- TabOrder = 3
- OnClick = clbColumnsSelChanged
- OnDragDrop = clbColumnsDragDrop
- OnDragOver = clbColumnsDragOver
- end
- object btnUp: TButton
- Tag = -1
- Left = 220
- Top = 148
- Width = 81
- Height = 25
- Caption = 'Move &up'
- Enabled = False
- TabOrder = 5
- OnClick = btnUpClick
- end
- object btnDown: TButton
- Tag = 1
- Left = 312
- Top = 148
- Width = 89
- Height = 25
- Caption = 'Move &down'
- Enabled = False
- TabOrder = 6
- OnClick = btnDownClick
- end
- object cbExpandAllThreads: TCheckBox
- Left = 8
- Top = 3
- Width = 389
- Height = 17
- Caption = '&Expand all threads'
- TabOrder = 0
- end
- object cbAutoSize: TCheckBox
- Left = 8
- Top = 27
- Width = 385
- Height = 17
- Caption = '&AutoSize'
- TabOrder = 1
- end
- object cbReverseOrder: TCheckBox
- Left = 224
- Top = 275
- Width = 177
- Height = 17
- Caption = 'De&scending order'
- TabOrder = 8
- end
- object cbNewThreadSorting: TCheckBox
- Left = 224
- Top = 296
- Width = 173
- Height = 17
- Caption = 'Ne&w thread sorting'
- TabOrder = 9
- end
- end
- object pVMSpecific: TPanel
- Left = 0
- Top = 0
- Width = 409
- Height = 45
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label5: TLabel
- Left = 7
- Top = 3
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = edName
- end
- object edName: TEdit
- Left = 7
- Top = 19
- Width = 390
- Height = 21
- AutoSize = False
- TabOrder = 0
- OnChange = edNameChange
- end
- end
- end
- object tsFilters: TTabSheet
- Caption = 'Filter'
- ImageIndex = 1
- inline cfFilter: TConditionFrame
- Left = 0
- Top = 25
- Width = 409
- Height = 351
- Align = alClient
- TabOrder = 0
- inherited sbIF: TScrollBox
- Width = 409
- Height = 328
- end
- inherited pnButtons: TPanel
- Top = 328
- Width = 409
- inherited bAdd: TSpeedButton
- Left = 12
- Width = 75
- end
- inherited bBlock: TSpeedButton
- Left = 80
- Width = 75
- end
- inherited bDelete: TSpeedButton
- Left = 156
- Width = 75
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 409
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object cbUseFilter: TCheckBox
- Left = 4
- Top = 4
- Width = 437
- Height = 17
- Caption = 'Use filter'
- TabOrder = 0
- OnClick = cbUseFilterClick
- end
- end
- end
- end
- end
- end
-