lazarus/ide/compileroptionsdlg.lfm
paul 8edd29a313 ide: make ide treeview themed
git-svn-id: trunk@24846 -
2010-04-23 07:10:05 +00:00

1771 lines
54 KiB
Plaintext

object frmCompilerOptions: TfrmCompilerOptions
Left = 344
Height = 528
Top = 133
Width = 669
ActiveControl = CategoryTreeView
Align = alClient
BorderIcons = [biSystemMenu]
Caption = 'frmCompilerOptions'
ClientHeight = 528
ClientWidth = 669
Constraints.MinHeight = 500
Constraints.MinWidth = 600
OnClose = frmCompilerOptionsClose
Position = poScreenCenter
LCLVersion = '0.9.29'
object MainNotebook: TNotebook
AnchorSideBottom.Control = BtnPanel
Left = 126
Height = 462
Top = 0
Width = 543
Align = alClient
PageIndex = 10
TabOrder = 0
object PathPage: TPage
Caption = 'PathPage'
ClientWidth = 541
ClientHeight = 446
object lblOtherUnits: TLabel
Left = 6
Height = 14
Top = 6
Width = 529
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'lblOtherUnits'
ParentColor = False
end
object lblIncludeFiles: TLabel
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = edtOtherUnits
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 47
Width = 67
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'lblIncludeFiles'
ParentColor = False
end
object lblOtherSources: TLabel
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = edtIncludeFiles
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 88
Width = 77
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'lblOtherSources'
ParentColor = False
end
object lblLibraries: TLabel
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = edtOtherSources
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 129
Width = 51
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'lblLibraries'
ParentColor = False
end
object lblUnitOutputDir: TLabel
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = edtLibraries
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 170
Width = 77
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'lblUnitOutputDir'
ParentColor = False
end
object lblDebugPath: TLabel
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = edtUnitOutputDir
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 211
Width = 64
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'lblDebugPath'
ParentColor = False
end
object LCLWidgetTypeLabel: TLabel
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = edtDebugPath
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 258
Width = 101
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'LCLWidgetTypeLabel'
ParentColor = False
end
object edtOtherUnits: TEdit
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = lblOtherUnits
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PathPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 20
Width = 529
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 0
Text = 'edtOtherUnits'
end
object edtIncludeFiles: TEdit
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = lblIncludeFiles
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PathPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 61
Width = 529
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 1
Text = 'edtIncludeFiles'
end
object edtOtherSources: TEdit
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = lblOtherSources
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PathPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 102
Width = 529
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 2
Text = 'edtOtherSources'
end
object edtLibraries: TEdit
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = lblLibraries
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PathPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 143
Width = 529
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 3
Text = 'edtLibraries'
end
object edtUnitOutputDir: TEdit
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = lblUnitOutputDir
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PathPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 184
Width = 529
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 4
Text = 'edtUnitOutputDir'
end
object edtDebugPath: TEdit
AnchorSideLeft.Control = PathPage
AnchorSideTop.Control = lblDebugPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PathPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 225
Width = 529
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 5
Text = 'edtDebugPath'
end
object LCLWidgetTypeComboBox: TComboBox
AnchorSideLeft.Control = LCLWidgetTypeLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LCLWidgetTypeLabel
AnchorSideTop.Side = asrCenter
Left = 113
Height = 21
Top = 255
Width = 171
BorderSpacing.Left = 6
ItemHeight = 0
Style = csDropDownList
TabOrder = 6
end
end
object BuildModesPage: TPage
Caption = 'BuildModesPage'
end
object ParsingPage: TPage
Caption = 'ParsingPage'
ClientWidth = 541
ClientHeight = 446
object grpAsmStyle: TRadioGroup
Left = 6
Height = 40
Top = 327
Width = 529
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
Caption = 'grpAsmStyle'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
Columns = 3
TabOrder = 0
end
object grpSyntaxOptions: TCheckGroup
Left = 6
Height = 258
Top = 63
Width = 529
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
Caption = 'grpSyntaxOptions'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 1
end
object grpSyntaxMode: TGroupBox
Left = 6
Height = 51
Top = 6
Width = 529
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpSyntaxMode'
ClientHeight = 32
ClientWidth = 525
TabOrder = 2
object cmbSyntaxMode: TComboBox
Left = 6
Height = 35
Top = 6
Width = 337
Align = alLeft
BorderSpacing.Around = 6
ItemHeight = 0
Style = csDropDownList
TabOrder = 0
end
end
end
object CodeGenPage: TPage
Caption = 'CodeGenPage'
ClientWidth = 541
ClientHeight = 446
object grpSmartLinkUnit: TGroupBox
AnchorSideLeft.Control = grpChecks
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CodeGenPage
AnchorSideRight.Control = CodeGenPage
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 160
Height = 47
Top = 6
Width = 375
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'grpSmartLinkUnit'
ClientHeight = 28
ClientWidth = 371
TabOrder = 0
object chkSmartLinkUnit: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 359
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkSmartLinkUnit'
TabOrder = 0
end
end
object grpChecks: TGroupBox
AnchorSideLeft.Control = CodeGenPage
AnchorSideTop.Control = CodeGenPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 133
Top = 6
Width = 148
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpChecks'
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 114
ClientWidth = 144
TabOrder = 1
object chkChecksIO: TCheckBox
Left = 6
Height = 21
Top = 6
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksIO'
TabOrder = 0
end
object chkChecksRange: TCheckBox
Left = 6
Height = 21
Top = 33
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksRange'
TabOrder = 1
end
object chkChecksOverflow: TCheckBox
Left = 6
Height = 21
Top = 60
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksOverflow'
TabOrder = 2
end
object chkChecksStack: TCheckBox
Left = 6
Height = 21
Top = 87
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksStack'
TabOrder = 3
end
object chkVerifyObjMethodCall: TCheckBox
Left = 6
Height = 21
Top = 114
Width = 172
Caption = 'chkVerifyObjMethodCall'
TabOrder = 4
end
end
object grpHeapSize: TGroupBox
AnchorSideLeft.Control = grpChecks
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpSmartLinkUnit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeGenPage
AnchorSideRight.Side = asrBottom
Left = 160
Height = 51
Top = 59
Width = 375
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpHeapSize'
ClientHeight = 32
ClientWidth = 371
TabOrder = 2
object edtHeapSize: TEdit
Left = 6
Height = 21
Top = 6
Width = 359
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
Text = 'edtHeapSize'
end
end
object grpTargetPlatform: TGroupBox
AnchorSideLeft.Control = grpChecks
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpHeapSize
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeGenPage
AnchorSideRight.Side = asrBottom
Left = 160
Height = 105
Top = 116
Width = 375
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpTargetPlatform'
ClientHeight = 86
ClientWidth = 371
TabOrder = 3
object lblTargetOS: TLabel
AnchorSideLeft.Control = grpTargetPlatform
AnchorSideTop.Control = TargetOSComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 9
Width = 57
BorderSpacing.Around = 6
Caption = 'lblTargetOS'
ParentColor = False
end
object lblTargetCPU: TLabel
AnchorSideLeft.Control = grpTargetPlatform
AnchorSideTop.Control = TargetCPUComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 36
Width = 63
BorderSpacing.Around = 6
Caption = 'lblTargetCPU'
ParentColor = False
end
object lblTargetProcessorProc: TLabel
AnchorSideLeft.Control = grpTargetPlatform
AnchorSideTop.Control = TargetProcessorProcComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 63
Width = 111
BorderSpacing.Around = 6
Caption = 'lblTargetProcessorProc'
ParentColor = False
end
object TargetOSComboBox: TComboBox
AnchorSideLeft.Control = lblTargetOS
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpTargetPlatform
AnchorSideRight.Control = grpTargetPlatform
AnchorSideRight.Side = asrBottom
Left = 75
Height = 21
Top = 6
Width = 290
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
Text = 'TargetOSComboBox'
end
object TargetCPUComboBox: TComboBox
AnchorSideLeft.Control = lblTargetCPU
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TargetOSComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpTargetPlatform
AnchorSideRight.Side = asrBottom
Left = 81
Height = 21
Top = 33
Width = 284
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 1
Text = 'TargetCPUComboBox'
end
object TargetProcessorProcComboBox: TComboBox
AnchorSideLeft.Control = lblTargetProcessorProc
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TargetCPUComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpTargetPlatform
AnchorSideRight.Side = asrBottom
Left = 129
Height = 21
Top = 60
Width = 236
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 2
Text = 'TargetProcessorProcComboBox'
end
end
object grpOptimizations: TGroupBox
AnchorSideLeft.Control = CodeGenPage
AnchorSideTop.Control = grpTargetPlatform
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CodeGenPage
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CodeGenPage
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 213
Top = 227
Width = 529
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'grpOptimizations'
ClientHeight = 194
ClientWidth = 525
TabOrder = 4
object lblOptMiddle: TLabel
AnchorSideLeft.Control = grpOptimizations
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = grpOptimizations
AnchorSideTop.Side = asrCenter
Left = 262
Height = 1
Top = 104
Width = 1
AutoSize = False
ParentColor = False
end
object radOptLevelNone: TRadioButton
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = grpOptimizations
Left = 6
Height = 17
Top = 6
Width = 102
BorderSpacing.Around = 6
Caption = 'radOptLevelNone'
Checked = True
State = cbChecked
TabOrder = 0
end
object radOptLevel1: TRadioButton
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = radOptLevelNone
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 29
Width = 83
BorderSpacing.Around = 6
Caption = 'radOptLevel1'
TabOrder = 1
TabStop = False
end
object radOptLevel2: TRadioButton
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = radOptLevel1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 52
Width = 83
BorderSpacing.Around = 6
Caption = 'radOptLevel2'
TabOrder = 2
TabStop = False
end
object radOptLevel3: TRadioButton
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = radOptLevel2
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 75
Width = 83
BorderSpacing.Around = 6
Caption = 'radOptLevel3'
TabOrder = 3
TabStop = False
end
object chkOptVarsInReg: TCheckBox
AnchorSideLeft.Control = lblOptMiddle
AnchorSideTop.Control = grpOptimizations
Left = 262
Height = 17
Top = 6
Width = 102
BorderSpacing.Top = 6
Caption = 'chkOptVarsInReg'
TabOrder = 4
end
object chkOptUncertain: TCheckBox
AnchorSideLeft.Control = lblOptMiddle
AnchorSideTop.Control = chkOptVarsInReg
AnchorSideTop.Side = asrBottom
Left = 262
Height = 17
Top = 29
Width = 98
BorderSpacing.Top = 6
Caption = 'chkOptUncertain'
TabOrder = 5
end
object chkOptSmaller: TCheckBox
AnchorSideLeft.Control = lblOptMiddle
AnchorSideTop.Control = chkOptUncertain
AnchorSideTop.Side = asrBottom
Left = 262
Height = 17
Top = 52
Width = 86
BorderSpacing.Top = 6
Caption = 'chkOptSmaller'
TabOrder = 6
end
end
end
object LinkingPage: TPage
Caption = 'LinkingPage'
ClientWidth = 541
ClientHeight = 446
object grpLinkLibraries: TGroupBox
Left = 6
Height = 47
Top = 220
Width = 529
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpLinkLibraries'
ClientHeight = 28
ClientWidth = 525
TabOrder = 0
object chkLinkSmart: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 513
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkLinkSmart'
TabOrder = 0
end
end
object TargetSpecificsGrpBox: TGroupBox
Left = 6
Height = 47
Top = 273
Width = 529
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'TargetSpecificsGrpBox'
ClientHeight = 28
ClientWidth = 525
TabOrder = 1
object chkWin32GraphicApp: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 513
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkWin32GraphicApp'
TabOrder = 0
end
end
object grpOptions: TGroupBox
Left = 6
Height = 74
Top = 326
Width = 529
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpOptions'
ClientHeight = 55
ClientWidth = 525
TabOrder = 2
object chkOptionsLinkOpt: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 513
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkOptionsLinkOpt'
TabOrder = 0
end
object edtOptionsLinkOpt: TEdit
Left = 6
Height = 21
Top = 29
Width = 513
Align = alTop
BorderSpacing.Around = 6
TabOrder = 1
Text = 'edtOptionsLinkOpt'
end
end
object grpDebugging: TGroupBox
Left = 6
Height = 208
Top = 6
Width = 529
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpDebugging'
ClientHeight = 189
ClientWidth = 525
TabOrder = 3
object chkDebugGDB: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = grpDebugging
Left = 6
Height = 17
Top = 6
Width = 85
BorderSpacing.Around = 6
Caption = 'chkDebugGDB'
TabOrder = 0
end
object chkUseLineInfoUnit: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkDebugGDB
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 29
Width = 110
BorderSpacing.Around = 6
Caption = 'chkUseLineInfoUnit'
TabOrder = 1
end
object chkUseHeaptrc: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkGenerateDwarf
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 75
Width = 90
BorderSpacing.Around = 6
Caption = 'chkUseHeaptrc'
TabOrder = 2
end
object chkUseValgrind: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkUseHeaptrc
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 98
Width = 90
BorderSpacing.Around = 6
Caption = 'chkUseValgrind'
TabOrder = 3
end
object chkGenGProfCode: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkUseValgrind
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 121
Width = 105
BorderSpacing.Around = 6
Caption = 'chkGenGProfCode'
TabOrder = 4
end
object chkSymbolsStrip: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkGenGProfCode
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 144
Width = 95
BorderSpacing.Around = 6
Caption = 'chkSymbolsStrip'
TabOrder = 5
end
object chkUseExternalDbgSyms: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkSymbolsStrip
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 167
Width = 136
BorderSpacing.Around = 6
Caption = 'chkUseExternalDbgSyms'
TabOrder = 6
end
object chkGenerateDwarf: TCheckBox
AnchorSideLeft.Control = grpDebugging
AnchorSideTop.Control = chkUseLineInfoUnit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 52
Width = 108
BorderSpacing.Around = 6
Caption = 'chkGenerateDwarf'
TabOrder = 7
end
end
end
object MsgPage: TPage
Caption = 'MsgPage'
ClientWidth = 541
ClientHeight = 446
object grpVerbosity: TCheckGroup
Left = 6
Height = 377
Top = 6
Width = 529
Align = alClient
AutoFill = True
BorderSpacing.Around = 6
Caption = 'grpVerbosity'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
TabOrder = 0
end
object grpErrorCnt: TGroupBox
Left = 6
Height = 51
Top = 389
Width = 529
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpErrorCnt'
ClientHeight = 32
ClientWidth = 525
TabOrder = 1
object edtErrorCnt: TEdit
Left = 6
Height = 21
Top = 6
Width = 513
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
Text = 'edtErrorCnt'
end
end
end
object CfgCmpMsgPage: TPage
Caption = 'CfgCmpMsgPage'
ClientWidth = 541
ClientHeight = 446
object grpCompilerMessages: TGroupBox
Left = 6
Height = 434
Top = 6
Width = 529
Align = alClient
BorderSpacing.Around = 6
Caption = 'grpCompilerMessages'
ClientHeight = 415
ClientWidth = 525
TabOrder = 0
object chkUseMsgFile: TCheckBox
AnchorSideLeft.Control = grpCompilerMessages
AnchorSideTop.Control = editMsgFileName
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 8
Width = 87
BorderSpacing.Around = 6
Caption = 'chkUseMsgFile'
OnChange = chkUseMsgFileChange
TabOrder = 0
end
object editMsgFileName: TEdit
AnchorSideLeft.Control = chkUseMsgFile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompilerMessages
AnchorSideRight.Control = btnBrowseMsg
Left = 99
Height = 21
Top = 6
Width = 382
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
TabOrder = 1
Text = 'editMsgFileName'
end
object btnBrowseMsg: TButton
AnchorSideTop.Control = editMsgFileName
AnchorSideRight.Control = grpCompilerMessages
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = editMsgFileName
AnchorSideBottom.Side = asrBottom
Left = 481
Height = 21
Top = 6
Width = 38
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = '...'
OnClick = btnBrowseMsgClick
TabOrder = 2
end
object chklistCompMsg: TCheckListBox
AnchorSideLeft.Control = grpCompilerMessages
AnchorSideTop.Control = editMsgFileName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpCompilerMessages
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = grpCompilerMessages
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 391
Top = 33
Width = 513
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnClick = chklistCompMsgClick
Sorted = True
TabOrder = 3
TopIndex = -1
end
end
end
object OtherPage: TPage
Caption = 'OtherPage'
ClientWidth = 541
ClientHeight = 446
object grpConfigFile: TGroupBox
Left = 6
Height = 97
Top = 6
Width = 529
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpConfigFile'
ClientHeight = 78
ClientWidth = 525
TabOrder = 0
object chkConfigFile: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 513
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkConfigFile'
TabOrder = 0
end
object chkCustomConfigFile: TCheckBox
Left = 6
Height = 17
Top = 29
Width = 513
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkCustomConfigFile'
OnClick = chkCustomConfigFileClick
TabOrder = 1
end
object edtConfigPath: TEdit
Left = 6
Height = 21
Top = 52
Width = 513
Align = alTop
BorderSpacing.Around = 6
TabOrder = 2
Text = 'edtConfigPath'
end
end
object grpCustomOptions: TGroupBox
Left = 6
Height = 331
Top = 109
Width = 529
Align = alClient
BorderSpacing.Around = 6
Caption = 'grpCustomOptions'
ClientHeight = 312
ClientWidth = 525
TabOrder = 1
object memCustomOptions: TMemo
Left = 6
Height = 315
Top = 6
Width = 513
Align = alClient
BorderSpacing.Around = 6
TabOrder = 0
end
end
end
object ConditionalPage: TPage
Caption = 'ConditionalPage'
ClientWidth = 541
ClientHeight = 446
object ConditionalsGroupBox: TGroupBox
Left = 0
Height = 214
Top = 0
Width = 541
Align = alTop
Caption = 'ConditionalsGroupBox'
ClientHeight = 195
ClientWidth = 537
TabOrder = 0
inline ConditionalOptionsFrame: TCompOptsCondTreeFrame
Height = 210
Width = 537
Align = alClient
ClientHeight = 210
ClientWidth = 537
Visible = True
inherited COCTreeView: TTreeView
Height = 210
Width = 537
DefaultItemHeight = 15
end
end
end
object ConditionalSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 214
Width = 541
Align = alTop
ResizeAnchor = akTop
end
inline BuildVarsFrame: TCompOptBuildVarsFrame
Height = 227
Top = 219
Width = 541
Align = alClient
ClientHeight = 227
ClientWidth = 541
TabOrder = 2
Visible = True
inherited BuildVarsGroupBox: TGroupBox
Height = 227
Width = 541
ClientHeight = 208
ClientWidth = 537
inherited BuildVarsTreeView: TTreeView
Height = 223
Width = 537
DefaultItemHeight = 15
end
end
end
end
object InheritedPage: TPage
Caption = 'InheritedPage'
ClientWidth = 541
ClientHeight = 446
object InhNoteLabel: TLabel
Left = 6
Height = 14
Top = 6
Width = 529
Align = alTop
BorderSpacing.Around = 6
Caption = 'InhNoteLabel'
ParentColor = False
end
object InhTreeView: TTreeView
Left = 6
Height = 247
Top = 26
Width = 529
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Right = 6
DefaultItemHeight = 15
ReadOnly = True
TabOrder = 0
OnSelectionChanged = InhTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object InhItemMemo: TMemo
Left = 6
Height = 162
Top = 278
Width = 529
Align = alClient
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 1
end
object InhSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 273
Width = 541
Align = alTop
ResizeAnchor = akTop
end
end
object CompilationPage: TPage
Caption = 'CompilationPage'
ClientWidth = 541
ClientHeight = 435
object chkCreateMakefile: TCheckBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = CompilationPage
Left = 6
Height = 22
Top = 6
Width = 141
BorderSpacing.Around = 6
Caption = 'chkCreateMakefile'
TabOrder = 0
end
object ExecuteAfterGroupBox: TGroupBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = grpCompiler
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilationPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 114
Top = 246
Width = 529
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ExecuteAfterGroupBox'
ClientHeight = 95
ClientWidth = 525
TabOrder = 1
object lblRunIfExecAfter: TLabel
AnchorSideLeft.Control = ExecuteAfterGroupBox
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 6
Height = 18
Top = 6
Width = 106
BorderSpacing.Around = 6
Caption = 'lblRunIfExecAfter'
ParentColor = False
end
object ExecuteAfterCommandLabel: TLabel
AnchorSideLeft.Control = ExecuteAfterGroupBox
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 38
Width = 184
BorderSpacing.Around = 6
Caption = 'ExecuteAfterCommandLabel'
ParentColor = False
end
object chkExecAfterCompile: TCheckBox
AnchorSideLeft.Control = lblRunIfExecAfter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 142
Height = 22
Top = 6
Width = 159
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecAfterCompile'
TabOrder = 0
end
object chkExecAfterBuild: TCheckBox
AnchorSideLeft.Control = chkExecAfterCompile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 331
Height = 22
Top = 6
Width = 138
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecAfterBuild'
TabOrder = 1
end
object chkExecAfterRun: TCheckBox
AnchorSideLeft.Control = chkExecAfterBuild
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 499
Height = 22
Top = 6
Width = 130
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecAfterRun'
TabOrder = 2
end
object ExecuteAfterCommandEdit: TEdit
AnchorSideLeft.Control = ExecuteAfterCommandLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkExecAfterCompile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ExecuteAfterGroupBox
AnchorSideRight.Side = asrBottom
Left = 208
Height = 27
Top = 34
Width = 311
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Around = 6
TabOrder = 3
Text = 'ExecuteAfterCommandEdit'
end
object ExecuteAfterScanFPCCheckBox: TCheckBox
AnchorSideLeft.Control = ExecuteAfterScanMakeCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrBottom
Left = 271
Height = 22
Top = 67
Width = 225
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteAfterScanFPCCheckBox'
TabOrder = 4
end
object ExecuteAfterScanMakeCheckBox: TCheckBox
AnchorSideLeft.Control = ExecuteAfterGroupBox
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 67
Width = 235
BorderSpacing.Around = 6
Caption = 'ExecuteAfterScanMakeCheckBox'
TabOrder = 5
end
object ExecuteAfterShowAllCheckBox: TCheckBox
AnchorSideLeft.Control = ExecuteAfterScanFPCCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrBottom
Left = 526
Height = 22
Top = 67
Width = 218
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteAfterShowAllCheckBox'
TabOrder = 6
end
end
object grpCompiler: TGroupBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = ExecuteBeforeGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilationPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 86
Top = 154
Width = 529
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpCompiler'
ClientHeight = 67
ClientWidth = 525
TabOrder = 2
object lblRunIfCompiler: TLabel
AnchorSideLeft.Control = grpCompiler
AnchorSideTop.Control = grpCompiler
Left = 6
Height = 18
Top = 6
Width = 102
BorderSpacing.Around = 6
Caption = 'lblRunIfCompiler'
ParentColor = False
end
object lblCompiler: TLabel
AnchorSideLeft.Control = grpCompiler
AnchorSideTop.Control = edtCompiler
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 38
Width = 72
BorderSpacing.Around = 6
Caption = 'lblCompiler'
ParentColor = False
end
object chkCompilerCompile: TCheckBox
AnchorSideLeft.Control = lblRunIfCompiler
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompiler
Left = 138
Height = 22
Top = 6
Width = 155
BorderSpacing.Left = 30
BorderSpacing.Top = 6
Caption = 'chkCompilerCompile'
TabOrder = 0
end
object chkCompilerBuild: TCheckBox
AnchorSideLeft.Control = chkCompilerCompile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompiler
Left = 323
Height = 22
Top = 6
Width = 134
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkCompilerBuild'
TabOrder = 1
end
object chkCompilerRun: TCheckBox
AnchorSideLeft.Control = chkCompilerBuild
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompiler
Left = 487
Height = 22
Top = 6
Width = 126
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkCompilerRun'
TabOrder = 2
end
object edtCompiler: TEdit
AnchorSideLeft.Control = lblCompiler
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkCompilerCompile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpCompiler
AnchorSideRight.Side = asrBottom
Left = 96
Height = 27
Top = 34
Width = 423
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Around = 6
TabOrder = 3
Text = 'edtCompiler'
end
end
object ExecuteBeforeGroupBox: TGroupBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = chkCreateMakefile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilationPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 114
Top = 34
Width = 529
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeGroupBox'
ClientHeight = 95
ClientWidth = 525
TabOrder = 3
object lblRunIfExecBefore: TLabel
AnchorSideLeft.Control = ExecuteBeforeGroupBox
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 6
Height = 18
Top = 6
Width = 117
BorderSpacing.Around = 6
Caption = 'lblRunIfExecBefore'
ParentColor = False
end
object ExecuteBeforeCommandLabel: TLabel
AnchorSideLeft.Control = ExecuteBeforeGroupBox
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 38
Width = 195
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeCommandLabel'
ParentColor = False
end
object chkExecBeforeCompile: TCheckBox
AnchorSideLeft.Control = lblRunIfExecBefore
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 153
Height = 22
Top = 6
Width = 170
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecBeforeCompile'
TabOrder = 0
end
object chkExecBeforeBuild: TCheckBox
AnchorSideLeft.Control = chkExecBeforeCompile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 353
Height = 22
Top = 6
Width = 149
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecBeforeBuild'
TabOrder = 1
end
object chkExecBeforeRun: TCheckBox
AnchorSideLeft.Control = chkExecBeforeBuild
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 532
Height = 22
Top = 6
Width = 141
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecBeforeRun'
TabOrder = 2
end
object ExecuteBeforeCommandEdit: TEdit
AnchorSideLeft.Control = ExecuteBeforeCommandLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkExecBeforeCompile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ExecuteBeforeGroupBox
AnchorSideRight.Side = asrBottom
Left = 219
Height = 27
Top = 34
Width = 300
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Around = 6
TabOrder = 3
Text = 'ExecuteBeforeCommandEdit'
end
object ExecuteBeforeScanFPCCheckBox: TCheckBox
AnchorSideLeft.Control = ExecuteBeforeScanMakeCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrBottom
Left = 282
Height = 22
Top = 67
Width = 236
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeScanFPCCheckBox'
TabOrder = 4
end
object ExecuteBeforeScanMakeCheckBox: TCheckBox
AnchorSideLeft.Control = ExecuteBeforeGroupBox
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 67
Width = 246
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeScanMakeCheckBox'
TabOrder = 5
end
object ExecuteBeforeShowAllCheckBox: TCheckBox
AnchorSideLeft.Control = ExecuteBeforeScanFPCCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrBottom
Left = 548
Height = 22
Top = 67
Width = 229
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeShowAllCheckBox'
TabOrder = 6
end
end
end
end
object BtnPanel: TPanel
Left = 0
Height = 44
Top = 484
Width = 669
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 44
ClientWidth = 669
TabOrder = 1
object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 32
Top = 6
Width = 75
Align = alLeft
AutoSize = True
BorderSpacing.Around = 6
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick
TabOrder = 0
end
object btnShowOptions: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 261
Height = 32
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100
2000000000000004000064000000640000000000000000000000045FCDFF045F
CDFF045FCDFFFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF007BC4E8FF85A5
BCFFFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00045FCDFF3795
F7FF3795F7FF045FCDFFE1E3E2FFB9BBBAFFB9BBBAFF7BC4E8FF7BC4E8FF85A5
BCFF85A5BCFFE1E3E2FFFFFFFF00FFFFFF00FFFFFF00FFFFFF00045FCDFF3795
F7FF3795F7FF3795F7FF045FCDFFB9BBBAFF7BC4E8FF7BC4E8FF7BC4E8FF85A5
BCFF85A5BCFF85A5BCFFB9BBBAFFE1E3E2FFFFFFFF00FFFFFF00FFFFFF00045F
CDFF3795F7FF3795F7FF3795F7FF045FCDFF7BC4E8FF7BC4E8FFAEE4FDFFAEE4
FDFF85A5BCFF85A5BCFFB9BBBAFFB9BBBAFFFFFFFF00FFFFFF00FFFFFF00E1E3
E2FF045FCDFF3795F7FF045FCDFF000000FF000000FF6A6A6AFFAAE4FBFFAEE4
FDFFAEE4FDFF85A5BCFFE1E3E2FFB9BBBAFFE1E3E2FFFFFFFF00FFFFFF00B9BB
BAFFB9BBBAFF045FCDFF000000FFD5D5D5FFBBBBBBFF000000FF000000FF0000
00FFAEE4FDFFAEE4FDFFFFFFFF00B9BBBAFFB9BBBAFFFFFFFF00FFFFFF00B9BB
BAFFC08C86FFCD938AFF000000FFCBCBCBFFD2D2D2FFC9C9C9FFD2D2D2FFC6C6
C6FF000000FFECF5FC5FFFFFFF00E1E3E2FFB9BBBAFFFFFFFF00FFFFFF00B980
78FFD3938CFFD39B95FF6A6A6AFF000000FFD6D6D6FF000000FF000000FFC0C0
C0FF000000FFFFFFFF00FFFFFF00FFFFFF00B9BBBAFFFFFFFF00AE8077FFCD93
8BFFD7A5A0FFDCAFABFFE2BBB7FF000000FFE6E6E6FF000000FFF9F9FA000000
00FF6A6A6AFF8085ADFFFFFFFF00FFFFFF00B9BBBAFFFFFFFF00B7807AFFD79B
95FFDAB1ACFFE9CAC5FFE3C5BFFF000000FFE1E1E1FFD2D2D2FF000000FFFFFF
FF008085ADFF8085ADFF7594F3FF92A3E0FFB9BBBAFFFFFFFF00C59B96FFD19B
94FFDAB4ADFFEED6CDFFE2C2BAFF6A6A6AFF000000FF000000FF6A6A6AFF8085
ADFF8085ADFF8085ADFF7594F3FF7594F3FFB3BEE1FFFFFFFF00FFFFFF00CC9B
97FFD6A39DFFDCAEAAFFDAADA8FFD1A59FFFFFFFFF00FFFFFF00BFBFCFFF8085
ADFF8085ADFF7080BEFF7594F3FF7594F3FF7594F3FFFFFFFF00FFFFFF00FFFF
FF00B9BBBAFFD4ACAAFFD5AEADFFFFFFFF00FEFEFD00FFFFFF00FFFFFF008085
ADFF8085ADFF7480CCFF7594F3FF7594F3FF9EA7DAFFFFFFFF00FFFFFF00FFFF
FF00FFFFFF00B9BBBAFFB9BBBAFFBDBFBEFFE1E3E2FFFFFFFF00FFFFFF00AAAA
C1FF8085ADFF7587D6FF7193F3FF95A4E0FFFEFEFE00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00E1E3E2FFB9BBBAFFB9BBBAFFB9BBBAFFB9BBBAFFB9BB
BAFF8083B0FF758CDEFF7594F3FFFEFEFE00FAFAFC00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FEFE
FE00A5AACAFF8092DAFFFEFEFE00F7F7FB00FEFEFE00FFFFFF00
}
NumGlyphs = 0
OnClick = ButtonShowOptionsClicked
TabOrder = 1
end
object btnCheck: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 342
Height = 32
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkYes
NumGlyphs = 0
OnClick = btnTestClicked
TabOrder = 2
end
object btnLoadSave: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 423
Height = 32
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100
2000000000000004000064000000640000000000000000000000BA6A368FB969
35B5B86935EEB76835FFB56835FFB46734FFB26634FFB06533FFAE6433FFAC63
32FFAA6232FFA96132FFA86031FFA76031FEA66031F1A86131C4BA6A35DEEBC6
ADFFEAC5ADFFFEFBF8FFFEFBF8FFFEFBF8FFFEFBF8FFFEFBF8FFFEFBF8FFFEFB
F8FFFEFBF8FFFEFBF8FFFEFBF8FFC89A7CFFC79879FFA76031EDBA6B37FEEDCA
B3FFE0A27AFFFEFAF7FF62C088FF62C088FF62C088FF62C088FF62C088FF62C0
88FF62C088FF62C088FFFDF9F6FFCA8D65FFC99B7CFFA76031FEBB6C38FFEECC
B6FFE1A27AFFFEFAF7FFBFDCC2FFBFDCC2FFBFDCC2FFBFDCC2FFBFDCC2FFBFDC
C2FFBFDCC2FFBFDCC2FFFDF9F6FFCD9068FFCC9E81FFA86132FFBB6B38FFEFCE
B8FFE1A279FFFEFAF7FF62C088FF62C088FF62C088FF62C088FF62C088FF62C0
88FF62C088FF62C088FFFDF9F6FFCF936AFFCEA384FFAA6132FFBA6A36FFEFD0
BBFFE2A27AFFFEFBF8FFFEFBF8FFFEFBF8FFFEFBF8FFFEFBF8FFFEFBF8FFFEFB
F8FFFEFBF8FFFEFBF8FFFEFBF8FFD3966DFFD2A78AFFAB6232FFBB6A36FFF0D2
BEFFE2A37AFFE2A37AFFE1A37AFFE2A37BFFE1A37BFFE0A178FFDE9F77FFDD9F
76FFDC9D74FFD99B72FFD89971FFD69970FFD5AB8EFFAD6333FFBB6A36FFF2D5
C2FFE3A37AFFE3A37AFFE2A37BFFE2A37BFFE2A47BFFE1A279FFE0A178FFDEA0
77FFDE9E75FFDC9D74FFDA9B73FFD99B73FFDAB095FFAF6433FFBB6A36FFF2D8
C5FFE3A47BFFE3A37AFFE3A47AFFE2A47BFFE2A37BFFE1A37BFFE1A279FFDFA0
77FFDE9F76FFDD9E74FFDB9C72FFDC9D74FFDDB59AFFB16534FFBB6B36FFF4D9
C7FFE6A67DFFC88C64FFC98D65FFC98E67FFCB926CFFCB926DFFCA9069FFC88C
65FFC88C64FFC88C64FFC88C64FFDA9C74FFE1BA9FFFB36634FFBB6B36FEF4DC
C9FFE7A77DFFF9ECE1FFF9ECE1FFF9EDE3FFFCF4EEFFFDFAF7FFFDF7F3FFFAED
E5FFF7E7DBFFF7E5D9FFF6E5D8FFDEA077FFE4BEA4FFB46734FFBC6B36FAF5DD
CCFFE7A87EFFFAF0E8FFFAF0E8FFC98D66FFFAF0E9FFFDF8F3FFFEFAF8FFFCF4
EFFFF9E9DFFFF7E7DBFFF7E5D9FFE0A278FFE7C2A9FFB66835FFBC6B36F0F6DF
D0FFE8A87EFFFCF6F1FFFCF6F1FFC88C64FFFAF1E9FFFBF4EEFFFDFAF7FFFDF9
F6FFFAF0E8FFF8E8DDFFF7E6DBFFE1A37AFFEFD5C3FFB76935FEBC6B36D8F6DF
D1FFE9AA80FFFEFAF6FFFDFAF6FFC88C64FFFBF3EEFFFBF1EAFFFCF6F2FFFEFB
F8FFFCF6F1FFF9ECE2FFF8E7DBFFEED0BAFFECD0BDFFBB703EF8BC6B369BF6E0
D1FFF7E0D1FFFEFBF8FFFEFBF7FFFDF9F6FFFCF5F0FFFAF0EAFFFBF2EDFFFDF9
F6FFFDFAF7FFFBF1EBFFF8E9DFFEECD0BDFBC9895EECB5693563BC6B3671BC6B
3690BC6B36CCBC6B36EEBC6B36FABB6B36FEBB6B36FFBB6A36FFBB6A36FFBC6C
39FFBD6E3BFFBB6D3AFFBB6B38EFBB703ECBB6693554FFFFFF00
}
NumGlyphs = 0
OnClick = ButtonLoadSaveClick
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object btnOK: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 504
Height = 32
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkOK
NumGlyphs = 0
OnClick = ButtonOKClicked
TabOrder = 4
end
object btnCancel: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 585
Height = 32
Top = 6
Width = 78
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 5
end
end
object CategoryTreeView: TTreeView
Left = 0
Height = 462
Top = 0
Width = 121
Align = alLeft
DefaultItemHeight = 19
ReadOnly = True
TabOrder = 2
OnSelectionChanged = CategoryTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object CategorySplitter: TSplitter
Left = 121
Height = 462
Top = 0
Width = 5
end
object chkUseAsDefault: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 462
Width = 657
Align = alBottom
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'chkUseAsDefault'
TabOrder = 4
end
end