home *** CD-ROM | disk | FTP | other *** search
- object ChooseIcon: TChooseIcon
- Tag = 1
- Left = 269
- Top = 93
- BorderStyle = bsDialog
- Caption = 'Change icon'
- ClientHeight = 152
- ClientWidth = 344
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Tag = 2
- Left = 4
- Top = 4
- Width = 137
- Height = 13
- AutoSize = False
- Caption = '&Icon file:'
- FocusControl = edt_IconFileName
- end
- object edt_IconFileName: TEdit
- Left = 4
- Top = 20
- Width = 309
- Height = 21
- TabOrder = 0
- OnExit = edt_IconFileNameExit
- end
- object btn_IconFileBrowse: TButton
- Left = 312
- Top = 20
- Width = 25
- Height = 21
- Caption = '>>'
- TabOrder = 1
- OnClick = btn_IconFileBrowseClick
- end
- object lbx_iconlist: TListBox
- Left = 4
- Top = 48
- Width = 335
- Height = 69
- Columns = 9
- ItemHeight = 36
- Style = lbOwnerDrawFixed
- TabOrder = 2
- OnDrawItem = lbx_iconlistDrawItem
- end
- object OK: TButton
- Tag = 4001
- Left = 176
- Top = 124
- Width = 80
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OKClick
- end
- object Button2: TButton
- Tag = 4002
- Left = 260
- Top = 124
- Width = 80
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object ResolutionFix1: TResolutionFix
- Left = 12
- Top = 124
- end
- object Translate1: TTranslate
- Tag = 6080
- Left = 44
- Top = 124
- end
- end
-