home *** CD-ROM | disk | FTP | other *** search
- object CodeInsightOptions: TCodeInsightOptions
- Left = 0
- Top = 0
- Width = 419
- Height = 317
- HelpContext = 2080
- Caption = 'Code Insight'
- OnCreate = CodeInsightOptionsCreate
- OnDestroy = CodeInsightOptionsDestroy
- OnBroadcast = CodeInsightOptionsBroadcast
- object GroupBox14: TGroupBox
- Left = 8
- Top = 8
- Width = 403
- Height = 97
- Caption = ' Automatic features '
- TabOrder = 0
- object Label13: TLabel
- Left = 218
- Top = 18
- Width = 30
- Height = 13
- Caption = '&Delay:'
- FocusControl = DelayAmount
- end
- object Label14: TLabel
- Left = 217
- Top = 70
- Width = 35
- Height = 13
- Caption = '0.5 sec'
- end
- object Label15: TLabel
- Left = 346
- Top = 70
- Width = 35
- Height = 13
- Caption = '1.5 sec'
- end
- object cbCodeCompletion: TPropCheckBox
- Left = 7
- Top = 18
- Width = 174
- Height = 17
- Caption = 'Code &completion'
- PropField = 'Auto Code Completions'
- PropSet = EnvironmentOptions.CodeInsight
- TabOrder = 0
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- object DelayAmount: TTrackBar
- Left = 213
- Top = 39
- Width = 152
- Height = 24
- Max = 5
- Min = 1
- Orientation = trHorizontal
- PageSize = 1
- Frequency = 1
- Position = 3
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = DelayAmountChange
- end
- object cbCodeParameters: TPropCheckBox
- Left = 7
- Top = 36
- Width = 174
- Height = 17
- TabStop = False
- Caption = 'Code ¶meters'
- PropField = 'Auto Code Parameters'
- PropSet = EnvironmentOptions.CodeInsight
- TabOrder = 1
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- object cbEvalHints: TPropCheckBox
- Left = 7
- Top = 54
- Width = 194
- Height = 17
- TabStop = False
- Caption = 'Tooltip e&xpression evaluation'
- PropField = 'ToolTip Watches'
- PropSet = EnvironmentOptions.Debugging
- TabOrder = 2
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- object cbDeclInfo: TPropCheckBox
- Left = 7
- Top = 72
- Width = 202
- Height = 17
- Caption = 'Tooltip symbol &insight'
- PropField = 'Declaration Information'
- PropSet = EnvironmentOptions.CodeInsight
- TabOrder = 4
- ValueChecked = 'True;Yes;1'
- ValueUnchecked = 'False;No;0'
- end
- end
- object GroupBox13: TGroupBox
- Left = 8
- Top = 109
- Width = 403
- Height = 200
- Caption = ' Code templates '
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 52
- Height = 13
- Caption = '&Templates:'
- FocusControl = CodeList
- end
- object CodeLabel: TLabel
- Left = 32
- Top = 105
- Width = 28
- Height = 13
- Caption = 'C&ode:'
- end
- object TemplateBevel: TBevel
- Left = 66
- Top = 106
- Width = 326
- Height = 84
- end
- object CodeList: TListView
- Left = 66
- Top = 20
- Width = 250
- Height = 76
- Columns = <>
- HideSelection = False
- HotTrackStyles = []
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = CodeListChange
- OnClick = CodeListClick
- OnEdited = CodeListEdited
- OnKeyDown = CodeListKeyDown
- OnSelectItem = CodeListSelectItem
- end
- object AddTemplateBtn: TButton
- Left = 329
- Top = 20
- Width = 63
- Height = 21
- Caption = '&Add...'
- TabOrder = 1
- OnClick = AddTemplateBtnClick
- end
- object EditTemplateBtn: TButton
- Left = 329
- Top = 47
- Width = 63
- Height = 21
- Caption = '&Edit...'
- Enabled = False
- TabOrder = 2
- OnClick = EditTemplateBtnClick
- end
- object DeleteTemplateBtn: TButton
- Left = 329
- Top = 75
- Width = 63
- Height = 21
- Caption = 'De&lete'
- Enabled = False
- TabOrder = 3
- OnClick = DeleteTemplateBtnClick
- end
- end
- end
-