home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TMLVCOLOUREDITOR
/
TMLVCOLOUREDITOR.txt
Wrap
Text File
|
2001-09-09
|
3KB
|
136 lines
object MLVColourEditor: TMLVColourEditor
Left = 190
Top = 202
HelpContext = 14059
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit Message List View Colours'
ClientHeight = 250
ClientWidth = 386
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Reference Sans Serif'
Font.Style = []
ItemHeight = 16
ParentFont = False
Style = lbOwnerDrawFixed
TabOrder = 0
OnDrawItem = lListDrawItem
end
object hList: THeaderControl
Left = 8
Top = 16
Width = 249
Height = 17
Align = alNone
Sections = <
item
AllowClick = False
MaxWidth = 150
MinWidth = 150
Text = 'Name'
Width = 150
end
item
AllowClick = False
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.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Options = []
Left = 40
Top = 216
end
end