home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TCODEINSIGHTOPTIONS
/
TCODEINSIGHTOPTIONS.txt
Wrap
Text File
|
1998-06-16
|
4KB
|
186 lines
object CodeInsightOptions: TCodeInsightOptions
Left = 0
Top = 0
Width = 419
Height = 298
HelpContext = 2080
Caption = 'Code Insight'
OnCreate = CodeInsightOptionsCreate
OnDestroy = CodeInsightOptionsDestroy
OnBroadcast = CodeInsightOptionsBroadcast
object GroupBox14: TGroupBox
Left = 8
Top = 8
Width = 401
Height = 97
Caption = ' Automatic Features: '
TabOrder = 0
object Label13: TLabel
Left = 238
Top = 18
Width = 39
Height = 16
Caption = '&Delay:'
FocusControl = DelayAmount
end
object Label14: TLabel
Left = 238
Top = 57
Width = 42
Height = 16
Caption = '0.5 sec'
end
object Label15: TLabel
Left = 351
Top = 57
Width = 42
Height = 16
Caption = '1.5 sec'
end
object cbCodeCompletion: TPropCheckBox
Left = 7
Top = 17
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 = 232
Top = 32
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 = 34
Width = 174
Height = 17
TabStop = False
Caption = 'Code &Parameters'
PropField = 'Auto Code Parameters'
PropSet = EnvironmentOptions.CodeInsight
TabOrder = 1
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
end
object cbEvalHints: TPropCheckBox
Left = 7
Top = 52
Width = 202
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 = 70
Width = 209
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 = 401
Height = 188
Caption = ' Code Templates: '
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 16
Width = 68
Height = 16
Caption = '&Templates:'
FocusControl = CodeList
end
object CodeLabel: TLabel
Left = 8
Top = 90
Width = 36
Height = 16
Caption = 'C&ode:'
end
object TemplateBevel: TBevel
Left = 64
Top = 93
Width = 328
Height = 84
end
object CodeList: TListView
Left = 64
Top = 17
Width = 250
Height = 65
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 = 323
Top = 14
Width = 63
Height = 21
Caption = '&Add...'
TabOrder = 1
OnClick = AddTemplateBtnClick
end
object EditTemplateBtn: TButton
Left = 323
Top = 40
Width = 63
Height = 21
Caption = '&Edit...'
Enabled = False
TabOrder = 2
OnClick = EditTemplateBtnClick
end
object DeleteTemplateBtn: TButton
Left = 323
Top = 67
Width = 63
Height = 21
Caption = 'De&lete'
Enabled = False
TabOrder = 3
OnClick = DeleteTemplateBtnClick
end
end
end