Download this file
137 lines (136 with data), 2.8 kB
inherited CompilersDlgSearchDirsFrame: TCompilersDlgSearchDirsFrame
object lblPaths: TLabel
Left = 4
Top = 3
Width = 71
Height = 13
Caption = 'Existing &Paths:'
FocusControl = lbPaths
end
object lblPath: TLabel
Left = 4
Top = 103
Width = 82
Height = 13
Caption = 'Add or edit pat&h:'
FocusControl = edPath
end
object btnUp: TSpeedButton
Left = 335
Top = 22
Width = 23
Height = 22
Action = actUp
Anchors = [akTop, akRight]
ExplicitLeft = 284
end
object btnDown: TSpeedButton
Left = 335
Top = 67
Width = 23
Height = 22
Action = actDown
Anchors = [akTop, akRight]
ExplicitLeft = 284
end
object lbPaths: TListBox
Left = 4
Top = 22
Width = 322
Height = 67
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 0
OnClick = lbPathsClick
ExplicitWidth = 271
end
object edPath: TEdit
Left = 4
Top = 122
Width = 322
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
ExplicitWidth = 271
end
object btnBrowse: TButton
Left = 331
Top = 122
Width = 27
Height = 21
Action = actBrowse
Anchors = [akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
ExplicitLeft = 280
end
object btnAdd: TButton
Left = 70
Top = 149
Width = 60
Height = 25
Action = actAdd
TabOrder = 4
end
object btnDelete: TButton
Left = 136
Top = 149
Width = 60
Height = 25
Action = actDelete
TabOrder = 5
end
object btnReplace: TButton
Left = 4
Top = 149
Width = 60
Height = 25
Action = actReplace
TabOrder = 3
end
object ilActions: TImageList
Left = 8
Top = 184
end
object alFrame: TActionList
Images = ilActions
Left = 56
Top = 184
object actUp: TAction
ImageIndex = 43
ShortCut = 16422
OnExecute = actUpExecute
OnUpdate = actUpUpdate
end
object actDown: TAction
ImageIndex = 44
ShortCut = 16424
OnExecute = actDownExecute
OnUpdate = actDownUpdate
end
object actBrowse: TAction
Caption = '...'
OnExecute = actBrowseExecute
end
object actAdd: TAction
Caption = '&Add'
OnExecute = actAddExecute
OnUpdate = actAddUpdate
end
object actReplace: TAction
Caption = '&Replace'
OnExecute = actReplaceExecute
OnUpdate = actReplaceUpdate
end
object actDelete: TAction
Caption = 'D&elete'
OnExecute = actDeleteExecute
OnUpdate = actDeleteUpdate
end
end
end
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.