home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / IMAGEDIT.EXE / 0 / RCDATA / TICONTESTER / TICONTESTER.txt
Text File  |  1997-02-28  |  1KB  |  68 lines

  1. object IconTester: TIconTester
  2.   Left = 294
  3.   Top = 212
  4.   ActiveControl = ColorList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Icon Tester'
  7.   ClientHeight = 174
  8.   ClientWidth = 350
  9.   Ctl3D = False
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 142
  25.     Width = 350
  26.     Height = 32
  27.     Align = alBottom
  28.     BevelOuter = bvNone
  29.     Caption = 'Panel1'
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 21
  33.       Top = 9
  34.       Width = 68
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       AutoSize = False
  38.       Caption = '&Window color:'
  39.       FocusControl = ColorList
  40.     end
  41.     object CloseButton: TButton
  42.       Left = 266
  43.       Top = 5
  44.       Width = 75
  45.       Height = 25
  46.       Cancel = True
  47.       Caption = 'Close'
  48.       Default = True
  49.       ModalResult = 1
  50.       TabOrder = 0
  51.     end
  52.     object ColorList: TComboBox
  53.       Left = 95
  54.       Top = 6
  55.       Width = 153
  56.       Height = 21
  57.       Style = csDropDownList
  58.       ItemHeight = 13
  59.       TabOrder = 1
  60.       OnChange = ColorListChange
  61.     end
  62.   end
  63.   object Images: TImageList
  64.     Left = 144
  65.     Top = 8
  66.   end
  67. end
  68.