home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 192
- Top = 107
- Width = 696
- Height = 480
- Caption = 'TSysImageList Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ListView: TListView
- Left = 0
- Top = 23
- Width = 688
- Height = 430
- Align = alClient
- Columns = <>
- IconOptions.WrapText = False
- LargeImages = SysImageListLarge
- MultiSelect = True
- OwnerData = True
- ReadOnly = True
- SmallImages = SysImageListSmall
- TabOrder = 0
- OnData = ListViewData
- OnDataHint = ListViewDataHint
- OnSelectItem = ListViewSelectItem
- end
- object ToolBar: TToolBar
- Left = 0
- Top = 0
- Width = 688
- Height = 23
- ButtonHeight = 21
- ButtonWidth = 151
- Caption = 'ToolBar'
- EdgeBorders = [ebBottom]
- Flat = True
- ShowCaptions = True
- TabOrder = 1
- object btnLargeIcons: TToolButton
- Left = 0
- Top = 0
- AutoSize = True
- Caption = 'Show Large Icons'
- ImageIndex = 0
- OnClick = btnLargeIconsClick
- end
- object btnSmallIcons: TToolButton
- Left = 97
- Top = 0
- AutoSize = True
- Caption = 'Show Small Icons'
- ImageIndex = 1
- OnClick = btnSmallIconsClick
- end
- object btnSaveIcon: TToolButton
- Left = 192
- Top = 0
- AutoSize = True
- Caption = 'Export Selected Icons to File...'
- ImageIndex = 2
- OnClick = btnSaveIconClick
- end
- end
- object SysImageListLarge: TSysImageList
- BkColor = clWhite
- IconSize = isLargeIcons
- Left = 44
- Top = 40
- end
- object SysImageListSmall: TSysImageList
- BkColor = clWhite
- Left = 12
- Top = 40
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'bmp'
- Filter = 'Bitmap Files|*.bmp'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Save Icon(s) As'
- Left = 76
- Top = 40
- end
- end
-