home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
DPHIDE40.BPL
/
0
/
RCDATA
/
TPASLINKEROPTIONSPAGE
/
TPASLINKEROPTIONSPAGE.txt
Wrap
Text File
|
1998-06-16
|
5KB
|
228 lines
object PasLinkerOptionsPage: TPasLinkerOptionsPage
Left = 0
Top = 0
Width = 400
Height = 282
HelpContext = 1700
Caption = 'Linker'
OnBroadcast = PasLinkerOptionsPageBroadcast
object GroupBox9: TGroupBox
Left = 204
Top = 128
Width = 189
Height = 92
Caption = ' Memory sizes '
TabOrder = 3
IsControl = True
object Label1: TLabel
Left = 8
Top = 19
Width = 70
Height = 13
Caption = 'Mi&n stack size:'
FocusControl = ecStackSize
IsControl = True
end
object Label2: TLabel
Left = 8
Top = 67
Width = 58
Height = 13
Caption = '&Image base:'
FocusControl = ecImageBase
IsControl = True
end
object Label13: TLabel
Left = 8
Top = 43
Width = 70
Height = 13
Caption = 'Ma&x stacksize:'
FocusControl = ecMaxStackSize
end
object ecStackSize: TEdit
Left = 96
Top = 16
Width = 81
Height = 21
TabOrder = 0
Text = 'ecStackSize'
IsControl = True
end
object ecImageBase: TEdit
Left = 96
Top = 64
Width = 81
Height = 21
TabOrder = 2
Text = 'ecImageBase'
IsControl = True
end
object ecMaxStackSize: TEdit
Left = 96
Top = 40
Width = 81
Height = 21
TabOrder = 1
Text = 'ecMaxStackSize'
end
end
object GroupBox8: TGroupBox
Left = 8
Top = 128
Width = 185
Height = 92
Caption = ' EXE and DLL options '
TabOrder = 1
IsControl = True
object cbExtDebug: TCheckBox
Left = 8
Top = 35
Width = 172
Height = 17
Caption = 'Include &TD32 debug info'
TabOrder = 1
IsControl = True
end
object cbConsoleApp: TCheckBox
Left = 8
Top = 16
Width = 172
Height = 17
Caption = 'Generate &console application'
TabOrder = 0
end
object cbRemoteDebug: TCheckBox
Left = 8
Top = 54
Width = 172
Height = 17
Caption = 'Include &remote debug symbols'
TabOrder = 2
end
end
object GroupBox7: TGroupBox
Left = 204
Top = 8
Width = 189
Height = 114
Caption = ' Linker output '
TabOrder = 2
IsControl = True
object rbGenerateBPUs: TRadioButton
Left = 8
Top = 16
Width = 150
Height = 17
Caption = 'Generate DC&Us'
TabOrder = 0
OnClick = rbGenerateCPPObjsClick
IsControl = True
end
object rbGenerateCObjs: TRadioButton
Left = 8
Top = 35
Width = 150
Height = 17
Caption = 'Generate C &Object files'
TabOrder = 1
OnClick = rbGenerateCPPObjsClick
IsControl = True
end
object rbGenerateCPPObjs: TRadioButton
Left = 8
Top = 54
Width = 169
Height = 17
Caption = '&Generate C++ Object files'
TabOrder = 2
OnClick = rbGenerateCPPObjsClick
end
object cbIncludeNamespaces: TCheckBox
Left = 24
Top = 73
Width = 153
Height = 17
Caption = 'Include na&mespaces'
TabOrder = 3
end
object cbExportAllSymbols: TCheckBox
Left = 24
Top = 92
Width = 153
Height = 17
Caption = 'Export &all symbols'
TabOrder = 4
end
end
object GroupBox6: TGroupBox
Left = 8
Top = 8
Width = 185
Height = 114
Caption = ' Map file '
TabOrder = 0
IsControl = True
object rbMapFileOff: TRadioButton
Left = 8
Top = 16
Width = 150
Height = 17
Caption = 'O&ff'
TabOrder = 0
IsControl = True
end
object rbMapSegOnly: TRadioButton
Left = 8
Top = 35
Width = 150
Height = 17
Caption = '&Segments'
TabOrder = 1
IsControl = True
end
object rbMapSegPubs: TRadioButton
Left = 8
Top = 54
Width = 150
Height = 17
Caption = '&Publics'
TabOrder = 2
IsControl = True
end
object rbMapDetailed: TRadioButton
Left = 8
Top = 73
Width = 150
Height = 17
Caption = '&Detailed'
TabOrder = 3
IsControl = True
end
end
object GroupBox14: TGroupBox
Left = 8
Top = 227
Width = 385
Height = 48
Caption = ' Description '
TabOrder = 4
object Label14: TLabel
Left = 8
Top = 19
Width = 80
Height = 13
Caption = '&EXE Description:'
FocusControl = ecExeDescription
end
object ecExeDescription: TEdit
Left = 112
Top = 16
Width = 260
Height = 21
TabOrder = 0
Text = 'ecExeDescription'
end
end
end