home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TPASLINKEROPTIONSPAGE / TPASLINKEROPTIONSPAGE.txt
Text File  |  1998-06-16  |  5KB  |  228 lines

  1. object PasLinkerOptionsPage: TPasLinkerOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 282
  6.   HelpContext = 1700
  7.   Caption = 'Linker'
  8.   OnBroadcast = PasLinkerOptionsPageBroadcast
  9.   object GroupBox9: TGroupBox
  10.     Left = 204
  11.     Top = 128
  12.     Width = 189
  13.     Height = 92
  14.     Caption = ' Memory sizes '
  15.     TabOrder = 3
  16.     IsControl = True
  17.     object Label1: TLabel
  18.       Left = 8
  19.       Top = 19
  20.       Width = 70
  21.       Height = 13
  22.       Caption = 'Mi&n stack size:'
  23.       FocusControl = ecStackSize
  24.       IsControl = True
  25.     end
  26.     object Label2: TLabel
  27.       Left = 8
  28.       Top = 67
  29.       Width = 58
  30.       Height = 13
  31.       Caption = '&Image base:'
  32.       FocusControl = ecImageBase
  33.       IsControl = True
  34.     end
  35.     object Label13: TLabel
  36.       Left = 8
  37.       Top = 43
  38.       Width = 70
  39.       Height = 13
  40.       Caption = 'Ma&x stacksize:'
  41.       FocusControl = ecMaxStackSize
  42.     end
  43.     object ecStackSize: TEdit
  44.       Left = 96
  45.       Top = 16
  46.       Width = 81
  47.       Height = 21
  48.       TabOrder = 0
  49.       Text = 'ecStackSize'
  50.       IsControl = True
  51.     end
  52.     object ecImageBase: TEdit
  53.       Left = 96
  54.       Top = 64
  55.       Width = 81
  56.       Height = 21
  57.       TabOrder = 2
  58.       Text = 'ecImageBase'
  59.       IsControl = True
  60.     end
  61.     object ecMaxStackSize: TEdit
  62.       Left = 96
  63.       Top = 40
  64.       Width = 81
  65.       Height = 21
  66.       TabOrder = 1
  67.       Text = 'ecMaxStackSize'
  68.     end
  69.   end
  70.   object GroupBox8: TGroupBox
  71.     Left = 8
  72.     Top = 128
  73.     Width = 185
  74.     Height = 92
  75.     Caption = ' EXE and DLL options '
  76.     TabOrder = 1
  77.     IsControl = True
  78.     object cbExtDebug: TCheckBox
  79.       Left = 8
  80.       Top = 35
  81.       Width = 172
  82.       Height = 17
  83.       Caption = 'Include &TD32 debug info'
  84.       TabOrder = 1
  85.       IsControl = True
  86.     end
  87.     object cbConsoleApp: TCheckBox
  88.       Left = 8
  89.       Top = 16
  90.       Width = 172
  91.       Height = 17
  92.       Caption = 'Generate &console application'
  93.       TabOrder = 0
  94.     end
  95.     object cbRemoteDebug: TCheckBox
  96.       Left = 8
  97.       Top = 54
  98.       Width = 172
  99.       Height = 17
  100.       Caption = 'Include &remote debug symbols'
  101.       TabOrder = 2
  102.     end
  103.   end
  104.   object GroupBox7: TGroupBox
  105.     Left = 204
  106.     Top = 8
  107.     Width = 189
  108.     Height = 114
  109.     Caption = ' Linker output '
  110.     TabOrder = 2
  111.     IsControl = True
  112.     object rbGenerateBPUs: TRadioButton
  113.       Left = 8
  114.       Top = 16
  115.       Width = 150
  116.       Height = 17
  117.       Caption = 'Generate DC&Us'
  118.       TabOrder = 0
  119.       OnClick = rbGenerateCPPObjsClick
  120.       IsControl = True
  121.     end
  122.     object rbGenerateCObjs: TRadioButton
  123.       Left = 8
  124.       Top = 35
  125.       Width = 150
  126.       Height = 17
  127.       Caption = 'Generate C &Object files'
  128.       TabOrder = 1
  129.       OnClick = rbGenerateCPPObjsClick
  130.       IsControl = True
  131.     end
  132.     object rbGenerateCPPObjs: TRadioButton
  133.       Left = 8
  134.       Top = 54
  135.       Width = 169
  136.       Height = 17
  137.       Caption = '&Generate C++ Object files'
  138.       TabOrder = 2
  139.       OnClick = rbGenerateCPPObjsClick
  140.     end
  141.     object cbIncludeNamespaces: TCheckBox
  142.       Left = 24
  143.       Top = 73
  144.       Width = 153
  145.       Height = 17
  146.       Caption = 'Include na&mespaces'
  147.       TabOrder = 3
  148.     end
  149.     object cbExportAllSymbols: TCheckBox
  150.       Left = 24
  151.       Top = 92
  152.       Width = 153
  153.       Height = 17
  154.       Caption = 'Export &all symbols'
  155.       TabOrder = 4
  156.     end
  157.   end
  158.   object GroupBox6: TGroupBox
  159.     Left = 8
  160.     Top = 8
  161.     Width = 185
  162.     Height = 114
  163.     Caption = ' Map file '
  164.     TabOrder = 0
  165.     IsControl = True
  166.     object rbMapFileOff: TRadioButton
  167.       Left = 8
  168.       Top = 16
  169.       Width = 150
  170.       Height = 17
  171.       Caption = 'O&ff'
  172.       TabOrder = 0
  173.       IsControl = True
  174.     end
  175.     object rbMapSegOnly: TRadioButton
  176.       Left = 8
  177.       Top = 35
  178.       Width = 150
  179.       Height = 17
  180.       Caption = '&Segments'
  181.       TabOrder = 1
  182.       IsControl = True
  183.     end
  184.     object rbMapSegPubs: TRadioButton
  185.       Left = 8
  186.       Top = 54
  187.       Width = 150
  188.       Height = 17
  189.       Caption = '&Publics'
  190.       TabOrder = 2
  191.       IsControl = True
  192.     end
  193.     object rbMapDetailed: TRadioButton
  194.       Left = 8
  195.       Top = 73
  196.       Width = 150
  197.       Height = 17
  198.       Caption = '&Detailed'
  199.       TabOrder = 3
  200.       IsControl = True
  201.     end
  202.   end
  203.   object GroupBox14: TGroupBox
  204.     Left = 8
  205.     Top = 227
  206.     Width = 385
  207.     Height = 48
  208.     Caption = ' Description '
  209.     TabOrder = 4
  210.     object Label14: TLabel
  211.       Left = 8
  212.       Top = 19
  213.       Width = 80
  214.       Height = 13
  215.       Caption = '&EXE Description:'
  216.       FocusControl = ecExeDescription
  217.     end
  218.     object ecExeDescription: TEdit
  219.       Left = 112
  220.       Top = 16
  221.       Width = 260
  222.       Height = 21
  223.       TabOrder = 0
  224.       Text = 'ecExeDescription'
  225.     end
  226.   end
  227. end
  228.