home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 406
- Top = 208
- BorderStyle = bsDialog
- Caption = 'Change icon'
- ClientHeight = 183
- ClientWidth = 266
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 120
- Top = 137
- Width = 3
- Height = 13
- end
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 112
- Height = 13
- Caption = 'Choose default icon for'
- end
- object ListBoxDefaults: TListBox
- Left = 16
- Top = 40
- Width = 233
- Height = 89
- Hint = 'Choose file type'
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = Button8Click
- end
- object Button8: TButton
- Left = 176
- Top = 149
- Width = 73
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button8Click
- end
- object Button1: TButton
- Left = 96
- Top = 149
- Width = 73
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 149
- Width = 73
- Height = 23
- Hint = 'Choose other icon (*.ico files only)'
- Caption = '&Other...'
- TabOrder = 3
- OnClick = Button2Click
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Icons (*.ico)|*.ico'
- Left = 192
- Top = 8
- end
- end
-