object IconProperties: TIconProperties Left = 341 Top = 386 BorderStyle = bsDialog Caption = 'Icon Properties' ClientHeight = 99 ClientWidth = 313 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object OKButton: TButton Left = 39 Top = 67 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 119 Top = 67 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 199 Top = 67 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 end object SizeGroup: TRadioGroup Left = 8 Top = 8 Width = 145 Height = 52 Caption = 'Size' Items.Strings = ( '&16 x 16 (small icon)' '&32 x 32 (standard icon)') TabOrder = 3 end object ColorGroup: TRadioGroup Left = 160 Top = 8 Width = 145 Height = 52 Caption = 'Colors' Items.Strings = ( '&2 color' '&16 color') TabOrder = 4 end end