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

  1. object IconProperties: TIconProperties
  2.   Left = 341
  3.   Top = 386
  4.   BorderStyle = bsDialog
  5.   Caption = 'Icon Properties'
  6.   ClientHeight = 99
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object OKButton: TButton
  16.     Left = 39
  17.     Top = 67
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     OnClick = OKButtonClick
  25.   end
  26.   object CancelButton: TButton
  27.     Left = 119
  28.     Top = 67
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object HelpButton: TButton
  37.     Left = 199
  38.     Top = 67
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Help'
  42.     TabOrder = 2
  43.   end
  44.   object SizeGroup: TRadioGroup
  45.     Left = 8
  46.     Top = 8
  47.     Width = 145
  48.     Height = 52
  49.     Caption = 'Size'
  50.     Items.Strings = (
  51.       '&16 x 16 (small icon)'
  52.       '&32 x 32 (standard icon)')
  53.     TabOrder = 3
  54.   end
  55.   object ColorGroup: TRadioGroup
  56.     Left = 160
  57.     Top = 8
  58.     Width = 145
  59.     Height = 52
  60.     Caption = 'Colors'
  61.     Items.Strings = (
  62.       '&2 color'
  63.       '&16 color')
  64.     TabOrder = 4
  65.   end
  66. end
  67.