object frmAbout: TfrmAbout Left = 233 Top = 142 BorderStyle = bsDialog Caption = 'About Folder Icons' ClientHeight = 363 ClientWidth = 399 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 112 Top = 8 Width = 32 Height = 32 end object Label2: TLabel Left = 168 Top = 16 Width = 160 Height = 20 Caption = 'Folder Icons for Win32' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Panel1: TPanel Left = 0 Top = 324 Width = 399 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Panel2: TPanel Left = 224 Top = 0 Width = 175 Height = 39 Align = alRight BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 0 Top = 8 Width = 81 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 88 Top = 8 Width = 81 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end end end object btnVisit: TButton Left = 128 Top = 136 Width = 145 Height = 25 Caption = '&Visit me on the internet ...' TabOrder = 1 OnClick = btnVisitClick end object Memo1: TMemo Left = 8 Top = 56 Width = 385 Height = 73 Lines.Strings = ( 'Folder Icons for Win32 is yet another UI customizing tool by me.' '' 'If you check the box below, you can even change the icon of a fo' + 'lder by a ' 'simple right-click.' '' 'Cool folder icons can be found at the following sites (these are' + ' mostly ' 'Macintosh icons, and I am working on a program that converts Mac' + ' icons to ' 'Windows icons. Don'#39't ask when it is finnished though ! )' '' 'http://www.iconfactory.com' '' '!!! I also have some icons, but unless I specifically ask for th' + 'em, don'#39't send ' 'me any icons !!!' 'I will also not send you any icons - I am a programmer and not a' + 'n icon ' 'distributor, Jim !' '' 'On my website, you will also find my other popular toys :' '- eConsole - a "skinnable" command prompt' '- aniMate - A small blob that sleeps on your desktop' '' '-- LICENSE --' 'Folder Icons for Win32 is freeware. It may not be sold, but a re' + 'asonable fee ' 'may ' 'be asked for the transmission (Online charges, disk copy costs a' + 'nd the like). ' 'By ' 'using the product you accept full liability of all that the prog' + 'ram does to your ' 'computer. If you don'#39't want it, don'#39't use it or pay me some amou' + 't of money so ' 'that I agree to your licensing terms.') ParentColor = True ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object TPanel Left = 8 Top = 168 Width = 385 Height = 153 TabOrder = 3 object Label1: TLabel Left = 32 Top = 40 Width = 169 Height = 105 AutoSize = False Caption = 'Enabling the Explorer Context-Menu extension allows you to quick' + 'ly change the icon of a folder with a right click on it.' WordWrap = True end object Image2: TImage Left = 216 Top = 8 Width = 161 Height = 130 Picture.Data = {} end object chkEnableMenuExtension: TCheckBox Left = 16 Top = 16 Width = 193 Height = 17 Caption = 'Explorer Context-Menu Extension' TabOrder = 0 end end end