home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TLIBRARYOPTIONS
/
TLIBRARYOPTIONS.txt
Wrap
Text File
|
1998-06-16
|
5KB
|
228 lines
object LibraryOptions: TLibraryOptions
Left = 0
Top = 0
Width = 419
Height = 297
HelpContext = 1875
Caption = 'Library'
OnBroadcast = LibraryOptionsBroadcast
object GroupBox14: TGroupBox
Left = 213
Top = 188
Width = 198
Height = 43
Caption = ' Options: '
TabOrder = 0
Visible = False
object cbLibDebugInfo: TPropCheckBox
Left = 8
Top = 24
Width = 161
Height = 17
Caption = '&Compile with debug info'
PropField = 'Debug Info'
PropSet = EnvironmentOptions.LibraryOpts
TabOrder = 0
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
end
end
object GroupBox19: TGroupBox
Left = 213
Top = 152
Width = 198
Height = 41
Caption = ' Messages: '
TabOrder = 1
Visible = False
object cbShowHints: TPropCheckBox
Left = 8
Top = 24
Width = 121
Height = 17
Caption = 'Show hi&nts'
PropField = 'Show Hints'
PropSet = EnvironmentOptions.LibraryOpts
TabOrder = 0
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
end
object cbShowWarnings: TPropCheckBox
Left = 8
Top = 36
Width = 121
Height = 17
TabStop = False
Caption = 'Show &warnings'
PropField = 'Show Warnings'
PropSet = EnvironmentOptions.LibraryOpts
TabOrder = 1
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
end
end
object GroupBox20: TGroupBox
Left = 7
Top = 226
Width = 403
Height = 48
Caption = ' Aliases: '
TabOrder = 2
Visible = False
object Label1: TLabel
Left = 8
Top = 19
Width = 73
Height = 16
Caption = '&Unit aliases:'
FocusControl = ecUnitAliases
end
object ecUnitAliases: THistoryPropComboBox
Left = 111
Top = 16
Width = 281
Height = 24
PropField = 'Unit Aliases'
PropSet = EnvironmentOptions.LibraryOpts
ItemHeight = 16
TabOrder = 0
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlLibraryUnitAliases'
end
end
object GroupBox10: TGroupBox
Left = 8
Top = 8
Width = 404
Height = 129
Caption = ' Directories: '
TabOrder = 3
IsControl = True
object Label3: TLabel
Left = 8
Top = 44
Width = 115
Height = 13
AutoSize = False
Caption = 'BP&L output directory:'
FocusControl = ecDLLOutput
IsControl = True
end
object Label16: TLabel
Left = 8
Top = 71
Width = 115
Height = 13
AutoSize = False
Caption = 'DCP output di&rectory:'
FocusControl = ecDCPOutput
end
object Label17: TLabel
Left = 8
Top = 18
Width = 115
Height = 13
AutoSize = False
Caption = 'Li&brary Path:'
FocusControl = ecLibraryPath
end
object Label2: TLabel
Left = 8
Top = 98
Width = 137
Height = 16
AutoSize = False
Caption = 'Bro&wsing Path:'
FocusControl = bBrowsing
end
object ecDLLOutput: THistoryPropComboBox
Left = 123
Top = 41
Width = 252
Height = 24
PropField = 'Package DPL Output'
PropSet = EnvironmentOptions.LibraryOpts
ItemHeight = 16
TabOrder = 2
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlDPLOutput'
IsControl = True
end
object ecDCPOutput: THistoryPropComboBox
Left = 123
Top = 68
Width = 252
Height = 24
PropField = 'Package DCP Output'
PropSet = EnvironmentOptions.LibraryOpts
ItemHeight = 16
TabOrder = 3
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlDCPOutput'
end
object ecLibraryPath: THistoryPropComboBox
Left = 123
Top = 15
Width = 252
Height = 24
PropField = 'Search Path'
PropSet = EnvironmentOptions.LibraryOpts
ItemHeight = 16
TabOrder = 0
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlLibraryPath'
end
object bDirSearch: TButton
Left = 379
Top = 15
Width = 18
Height = 21
Caption = '...'
TabOrder = 1
OnClick = bDirSearchClick
end
object ecBrowsing: THistoryPropComboBox
Left = 123
Top = 96
Width = 252
Height = 24
PropField = 'Browsing Path'
PropSet = EnvironmentOptions.LibraryOpts
ItemHeight = 16
TabOrder = 4
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hIBrowsingPath'
end
object bBrowsing: TButton
Left = 379
Top = 96
Width = 18
Height = 21
Caption = '...'
TabOrder = 5
OnClick = bBrowsingClick
end
end
object MapFile: TPropRadioGroup
Left = 8
Top = 144
Width = 198
Height = 79
Caption = ' Map file: '
PropField = 'Map File'
PropSet = EnvironmentOptions.LibraryOpts
Items.Strings = (
'&Off'
'&Segments'
'&Publics'
'&Detailed')
TabOrder = 4
Values.Strings = (
'Off'
'Segments'
'Publics'
'Detailed')
Visible = False
end
end