home *** CD-ROM | disk | FTP | other *** search
- object selectskin: Tselectskin
- Left = 567
- Top = 189
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Select skin'
- ClientHeight = 220
- ClientWidth = 193
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 48
- Top = 56
- Width = 89
- Height = 49
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 177
- Height = 185
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- end
- object Button1: TButton
- Left = 72
- Top = 200
- Width = 49
- Height = 17
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-