home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / FoldIcon / FoldIcon.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1999-05-18  |  4KB  |  172 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 233
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Folder Icons'
  6.   ClientHeight = 363
  7.   ClientWidth = 399
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 112
  18.     Top = 8
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object Label2: TLabel
  23.     Left = 168
  24.     Top = 16
  25.     Width = 160
  26.     Height = 20
  27.     Caption = 'Folder Icons for Win32'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 324
  38.     Width = 399
  39.     Height = 39
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 0
  43.     object Panel2: TPanel
  44.       Left = 224
  45.       Top = 0
  46.       Width = 175
  47.       Height = 39
  48.       Align = alRight
  49.       BevelOuter = bvNone
  50.       TabOrder = 0
  51.       object Button1: TButton
  52.         Left = 0
  53.         Top = 8
  54.         Width = 81
  55.         Height = 25
  56.         Caption = '&OK'
  57.         Default = True
  58.         TabOrder = 0
  59.         OnClick = Button1Click
  60.       end
  61.       object Button2: TButton
  62.         Left = 88
  63.         Top = 8
  64.         Width = 81
  65.         Height = 25
  66.         Caption = '&Cancel'
  67.         TabOrder = 1
  68.         OnClick = Button2Click
  69.       end
  70.     end
  71.   end
  72.   object btnVisit: TButton
  73.     Left = 128
  74.     Top = 136
  75.     Width = 145
  76.     Height = 25
  77.     Caption = '&Visit me on the internet ...'
  78.     TabOrder = 1
  79.     OnClick = btnVisitClick
  80.   end
  81.   object Memo1: TMemo
  82.     Left = 8
  83.     Top = 56
  84.     Width = 385
  85.     Height = 73
  86.     Lines.Strings = (
  87.       'Folder Icons for Win32 is yet another UI customizing tool by me.'
  88.       ''
  89.       
  90.         'If you check the box below, you can even change the icon of a fo' +
  91.         'lder by a '
  92.       'simple right-click.'
  93.       ''
  94.       
  95.         'Cool folder icons can be found at the following sites (these are' +
  96.         ' mostly '
  97.       
  98.         'Macintosh icons, and I am working on a program that converts Mac' +
  99.         ' icons to '
  100.       'Windows icons. Don'#39't ask when it is finnished though ! )'
  101.       ''
  102.       'http://www.iconfactory.com'
  103.       ''
  104.       
  105.         '!!! I also have some icons, but unless I specifically ask for th' +
  106.         'em, don'#39't send '
  107.       'me any icons !!!'
  108.       
  109.         'I will also not send you any icons - I am a programmer and not a' +
  110.         'n icon '
  111.       'distributor, Jim !'
  112.       ''
  113.       'On my website, you will also find my other popular toys :'
  114.       '- eConsole - a "skinnable" command prompt'
  115.       '- aniMate - A small blob that sleeps on your desktop'
  116.       ''
  117.       '-- LICENSE --'
  118.       
  119.         'Folder Icons for Win32 is freeware. It may not be sold, but a re' +
  120.         'asonable fee '
  121.       'may '
  122.       
  123.         'be asked for the transmission (Online charges, disk copy costs a' +
  124.         'nd the like). '
  125.       'By '
  126.       
  127.         'using the product you accept full liability of all that the prog' +
  128.         'ram does to your '
  129.       
  130.         'computer. If you don'#39't want it, don'#39't use it or pay me some amou' +
  131.         't of money so '
  132.       'that I agree to your licensing terms.')
  133.     ParentColor = True
  134.     ReadOnly = True
  135.     ScrollBars = ssVertical
  136.     TabOrder = 2
  137.   end
  138.   object TPanel
  139.     Left = 8
  140.     Top = 168
  141.     Width = 385
  142.     Height = 153
  143.     TabOrder = 3
  144.     object Label1: TLabel
  145.       Left = 32
  146.       Top = 40
  147.       Width = 169
  148.       Height = 105
  149.       AutoSize = False
  150.       Caption = 
  151.         'Enabling the Explorer Context-Menu extension allows you to quick' +
  152.         'ly change the icon of a folder with a right click on it.'
  153.       WordWrap = True
  154.     end
  155.     object Image2: TImage
  156.       Left = 216
  157.       Top = 8
  158.       Width = 161
  159.       Height = 130
  160.       Picture.Data = {<image000.bmp>}
  161.     end
  162.     object chkEnableMenuExtension: TCheckBox
  163.       Left = 16
  164.       Top = 16
  165.       Width = 193
  166.       Height = 17
  167.       Caption = 'Explorer Context-Menu Extension'
  168.       TabOrder = 0
  169.     end
  170.   end
  171. end
  172.