Download this file
57 lines (56 with data), 1.2 kB
inherited CompilersDlgCompilerFrame: TCompilersDlgCompilerFrame
Width = 313
Height = 137
ExplicitWidth = 313
ExplicitHeight = 137
object lblCompilerPath: TLabel
Left = 4
Top = 4
Width = 174
Height = 13
Caption = 'Enter compiler &executable file name:'
FocusControl = edCompilerPath
end
object edCompilerPath: TEdit
Left = 5
Top = 24
Width = 271
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
OnExit = edCompilerPathExit
end
object btnBrowse: TButton
Left = 282
Top = 24
Width = 27
Height = 21
Caption = '...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = btnBrowseClick
end
object btnClear: TButton
Left = 3
Top = 51
Width = 75
Height = 25
Caption = '&Clear'
TabOrder = 2
OnClick = btnClearClick
end
object chkShowInMain: TCheckBox
Left = 3
Top = 88
Width = 273
Height = 17
Caption = 'Display &results for this compiler in details pane'
TabOrder = 3
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.