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

  1. object Form1: TForm1
  2.   Left = 141
  3.   Top = 132
  4.   Width = 386
  5.   Height = 289
  6.   Caption = 'Folder Icons for Win32'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 224
  22.     Width = 378
  23.     Height = 38
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 1
  27.     object Panel3: TPanel
  28.       Left = 108
  29.       Top = 0
  30.       Width = 270
  31.       Height = 38
  32.       Align = alRight
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       object btnApply: TButton
  36.         Left = 8
  37.         Top = 8
  38.         Width = 81
  39.         Height = 25
  40.         Caption = '&Apply'
  41.         Enabled = False
  42.         TabOrder = 0
  43.         OnClick = btnApplyClick
  44.       end
  45.       object btnOK: TButton
  46.         Left = 96
  47.         Top = 8
  48.         Width = 81
  49.         Height = 25
  50.         Caption = '&OK'
  51.         Default = True
  52.         TabOrder = 1
  53.         OnClick = btnOKClick
  54.       end
  55.       object btnCancel: TButton
  56.         Left = 184
  57.         Top = 8
  58.         Width = 81
  59.         Height = 25
  60.         Cancel = True
  61.         Caption = '&Cancel'
  62.         TabOrder = 2
  63.         OnClick = btnCancelClick
  64.       end
  65.     end
  66.     object btnSetup: TButton
  67.       Left = 4
  68.       Top = 8
  69.       Width = 81
  70.       Height = 25
  71.       Caption = '&Setup'
  72.       TabOrder = 1
  73.       OnClick = btnSetupClick
  74.     end
  75.   end
  76.   object IconListView: TListView
  77.     Left = 0
  78.     Top = 57
  79.     Width = 378
  80.     Height = 167
  81.     Align = alClient
  82.     ColumnClick = False
  83.     Columns = <>
  84.     ReadOnly = True
  85.     HideSelection = False
  86.     IconOptions.AutoArrange = True
  87.     IconOptions.WrapText = False
  88.     OnChange = IconListViewChange
  89.     ShowColumnHeaders = False
  90.     TabOrder = 0
  91.     LargeImages = IconList
  92.   end
  93.   object Panel2: TPanel
  94.     Left = 0
  95.     Top = 0
  96.     Width = 378
  97.     Height = 57
  98.     Align = alTop
  99.     BevelOuter = bvNone
  100.     TabOrder = 2
  101.     object Label1: TLabel
  102.       Left = 80
  103.       Top = 8
  104.       Width = 79
  105.       Height = 13
  106.       Caption = 'Current icon file :'
  107.     end
  108.     object Image1: TImage
  109.       Left = 8
  110.       Top = 8
  111.       Width = 32
  112.       Height = 32
  113.     end
  114.     object btnBrowse: TButton
  115.       Left = 248
  116.       Top = 16
  117.       Width = 25
  118.       Height = 25
  119.       Caption = '&...'
  120.       TabOrder = 1
  121.       OnClick = btnBrowseClick
  122.     end
  123.     object Edit1: TEdit
  124.       Left = 80
  125.       Top = 20
  126.       Width = 97
  127.       Height = 21
  128.       TabStop = False
  129.       ParentColor = True
  130.       ReadOnly = True
  131.       TabOrder = 0
  132.       Text = 'Edit1'
  133.     end
  134.     object btnNoIcon: TButton
  135.       Left = 280
  136.       Top = 16
  137.       Width = 81
  138.       Height = 25
  139.       Caption = 'Default Icon'
  140.       TabOrder = 2
  141.       OnClick = btnNoIconClick
  142.     end
  143.   end
  144.   object OpenDialog1: TOpenDialog
  145.     DefaultExt = '*.ico'
  146.     Filter = 
  147.       'Icon Files (*.ico)|*.ico|Libraries (*.exe; *.dll; *.icl)|*.exe;*' +
  148.       '.dll;*.icl|All Files (*.*)|*.*'
  149.     Options = [ofHideReadOnly, ofExtensionDifferent, ofFileMustExist]
  150.     Left = 216
  151.     Top = 16
  152.   end
  153.   object IconList: TImageList
  154.     DrawingStyle = dsSelected
  155.     Height = 32
  156.     Width = 32
  157.     Left = 8
  158.     Top = 72
  159.   end
  160. end
  161.