home *** CD-ROM | disk | FTP | other *** search
- object MLVColourEditor: TMLVColourEditor
- Left = 192
- Top = 204
- HelpContext = 14059
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Edit Message List View Colours'
- ClientHeight = 246
- ClientWidth = 382
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lList: TListBox
- Left = 8
- Top = 32
- Width = 249
- Height = 169
- Style = lbOwnerDrawFixed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Reference Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- OnClick = lListClick
- OnDblClick = bEditClick
- OnDrawItem = lListDrawItem
- end
- object hList: THeaderControl
- Left = 8
- Top = 16
- Width = 249
- Height = 17
- Align = alNone
- Sections = <
- item
- AllowClick = False
- ImageIndex = -1
- MaxWidth = 150
- MinWidth = 150
- Text = 'Name'
- Width = 150
- end
- item
- AllowClick = False
- ImageIndex = -1
- MaxWidth = 130
- MinWidth = 100
- Text = 'Handle'
- Width = 100
- end>
- end
- object bNew: TButton
- Left = 272
- Top = 16
- Width = 105
- Height = 25
- Caption = '&New...'
- TabOrder = 2
- OnClick = bNewClick
- end
- object bEdit: TButton
- Left = 272
- Top = 48
- Width = 105
- Height = 25
- Caption = '&Edit'
- TabOrder = 3
- OnClick = bEditClick
- end
- object bDelete: TButton
- Left = 272
- Top = 80
- Width = 105
- Height = 25
- Caption = '&Delete'
- TabOrder = 4
- OnClick = bDeleteClick
- end
- object bFont: TButton
- Left = 272
- Top = 116
- Width = 105
- Height = 25
- Caption = '&Font...'
- TabOrder = 5
- OnClick = bFontClick
- end
- object bOK: TButton
- Left = 168
- Top = 216
- Width = 91
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 272
- Top = 216
- Width = 105
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object bHelp: TButton
- Left = 272
- Top = 176
- Width = 105
- Height = 25
- Caption = 'Help'
- TabOrder = 8
- OnClick = bHelpClick
- end
- object dFont: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Options = []
- Left = 40
- Top = 216
- end
- end
-