object AppearanceSheet: TAppearanceSheet Left = 294 Top = 81 Width = 273 Height = 328 ShowHelpButton = True CreateImmediately = True Caption = 'Appearance' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False OnCreate = EasyPropertySheetCreate OnPropSheetApply = EasyPropertySheetPropSheetApply PixelsPerInch = 96 TextHeight = 13 object pnlCustomization: TPanel Left = 0 Top = 0 Width = 257 Height = 262 Align = alClient BevelOuter = bvNone TabOrder = 0 DesignSize = ( 257 262) object Label1: TLabel Left = 4 Top = 124 Width = 39 Height = 13 Caption = 'Info Tip' end object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 257 Height = 113 Anchors = [akLeft, akTop, akRight] Caption = 'Custom Icon' TabOrder = 0 DesignSize = ( 257 113) object IconImage: TImage Left = 8 Top = 20 Width = 32 Height = 32 AutoSize = True end object Label2: TLabel Left = 8 Top = 60 Width = 53 Height = 13 Caption = 'File Name:' end object Label3: TLabel Left = 8 Top = 88 Width = 31 Height = 13 Caption = 'Index:' end object edIconFileName: TEdit Left = 68 Top = 60 Width = 183 Height = 17 Anchors = [akLeft, akTop, akRight] AutoSize = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 2 end object btnChangeIcon: TButton Left = 124 Top = 20 Width = 61 Height = 25 Anchors = [akTop, akRight] Caption = 'Change...' TabOrder = 0 OnClick = btnChangeIconClick end object edIconIndex: TEdit Left = 68 Top = 88 Width = 43 Height = 17 AutoSize = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 3 end object btnClearIcon: TButton Left = 188 Top = 20 Width = 61 Height = 25 Anchors = [akTop, akRight] Caption = 'Clear' TabOrder = 1 OnClick = btnClearIconClick end end object meInfotip: TMemo Left = 4 Top = 140 Width = 257 Height = 93 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 1 OnChange = EnableApplyBtn end object chkConfirmFileOp: TCheckBox Left = 4 Top = 244 Width = 257 Height = 20 Anchors = [akLeft, akRight, akBottom] Caption = 'Confirm file operations' TabOrder = 2 OnClick = EnableApplyBtn end end object Panel1: TPanel Left = 0 Top = 262 Width = 257 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 1 DesignSize = ( 257 30) object btnCustomize: TButton Left = 126 Top = 4 Width = 135 Height = 25 Anchors = [akTop, akRight] Caption = 'Customize' TabOrder = 0 OnClick = btnCustomizeClick end end end