home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TENVIRONMENTOPTIONSPAGE / TENVIRONMENTOPTIONSPAGE.txt
Text File  |  1999-08-11  |  5KB  |  196 lines

  1. object EnvironmentOptionsPage: TEnvironmentOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 317
  6.   HelpContext = 1800
  7.   Caption = 'Preferences'
  8.   OnBroadcast = EnvironmentOptionsPageBroadcast
  9.   object AutoSave: TGroupBox
  10.     Left = 8
  11.     Top = 8
  12.     Width = 198
  13.     Height = 65
  14.     Caption = ' Autosave options '
  15.     TabOrder = 0
  16.     object cbASEditor: TPropCheckBox
  17.       Left = 8
  18.       Top = 16
  19.       Width = 107
  20.       Height = 20
  21.       Caption = 'Editor &files'
  22.       PropField = 'Editor Files'
  23.       PropSet = EnvironmentOptions.AutoSave
  24.       TabOrder = 0
  25.       ValueChecked = 'True;Yes;1'
  26.       ValueUnchecked = 'False;No;0'
  27.     end
  28.     object cbASDesktop: TPropCheckBox
  29.       Left = 8
  30.       Top = 36
  31.       Width = 102
  32.       Height = 20
  33.       TabStop = False
  34.       Caption = 'Des&ktop'
  35.       PropField = 'Desktop'
  36.       PropSet = EnvironmentOptions.AutoSave
  37.       TabOrder = 1
  38.       ValueChecked = 'True;Yes;1'
  39.       ValueUnchecked = 'False;No;0'
  40.     end
  41.   end
  42.   object FormDesigner: TGroupBox
  43.     Left = 214
  44.     Top = 8
  45.     Width = 198
  46.     Height = 210
  47.     Caption = ' Form designer '
  48.     TabOrder = 1
  49.     object lbGridX: TLabel
  50.       Left = 7
  51.       Top = 141
  52.       Width = 70
  53.       Height = 17
  54.       AutoSize = False
  55.       Caption = 'Grid size &X:'
  56.       FocusControl = ecGridSizeX
  57.     end
  58.     object lbGridY: TLabel
  59.       Left = 7
  60.       Top = 165
  61.       Width = 70
  62.       Height = 17
  63.       AutoSize = False
  64.       Caption = 'Grid size &Y:'
  65.       FocusControl = ecGridSizeY
  66.     end
  67.     object cbDisplayGrid: TPropCheckBox
  68.       Left = 8
  69.       Top = 16
  70.       Width = 150
  71.       Height = 20
  72.       Caption = 'Display &grid'
  73.       PropField = 'Display Grid'
  74.       PropSet = EnvironmentOptions.FormDesign
  75.       TabOrder = 0
  76.       ValueChecked = 'True;Yes;1'
  77.       ValueUnchecked = 'False;No;0'
  78.     end
  79.     object cbSnapToGrid: TPropCheckBox
  80.       Left = 8
  81.       Top = 36
  82.       Width = 150
  83.       Height = 20
  84.       TabStop = False
  85.       Caption = 'Sna&p to grid'
  86.       PropField = 'Snap to Grid'
  87.       PropSet = EnvironmentOptions.FormDesign
  88.       TabOrder = 1
  89.       ValueChecked = 'True;Yes;1'
  90.       ValueUnchecked = 'False;No;0'
  91.     end
  92.     object ecGridSizeX: TPropEdit
  93.       Left = 83
  94.       Top = 137
  95.       Width = 104
  96.       Height = 21
  97.       PropField = 'Grid Size X'
  98.       PropSet = EnvironmentOptions.FormDesign
  99.       TabOrder = 3
  100.     end
  101.     object ecGridSizeY: TPropEdit
  102.       Left = 83
  103.       Top = 163
  104.       Width = 104
  105.       Height = 21
  106.       PropField = 'Grid Size Y'
  107.       PropSet = EnvironmentOptions.FormDesign
  108.       TabOrder = 4
  109.     end
  110.     object cbShowComponentCaptions: TPropCheckBox
  111.       Left = 8
  112.       Top = 56
  113.       Width = 160
  114.       Height = 17
  115.       TabStop = False
  116.       Caption = 'Sho&w component captions'
  117.       PropField = 'Show Component Captions'
  118.       PropSet = EnvironmentOptions.FormDesign
  119.       TabOrder = 2
  120.       ValueChecked = 'True;Yes;1'
  121.       ValueUnchecked = 'False;No;0'
  122.     end
  123.     object cbShowDesignerHints: TPropCheckBox
  124.       Left = 8
  125.       Top = 76
  126.       Width = 150
  127.       Height = 17
  128.       TabStop = False
  129.       Caption = 'Show designer h&ints'
  130.       PropField = 'Show Designer Hints'
  131.       PropSet = EnvironmentOptions.FormDesign
  132.       TabOrder = 5
  133.       ValueChecked = 'True;Yes;1'
  134.       ValueUnchecked = 'False;No;0'
  135.     end
  136.     object cbDFMsAsText: TPropCheckBox
  137.       Left = 8
  138.       Top = 96
  139.       Width = 169
  140.       Height = 17
  141.       Caption = '&New forms as text'
  142.       PropField = 'DFM As Text'
  143.       PropSet = EnvironmentOptions.FormDesign
  144.       TabOrder = 6
  145.       ValueChecked = 'True;Yes;1'
  146.       ValueUnchecked = 'False;No;0'
  147.     end
  148.     object cbAutoCreateForms: TPropCheckBox
  149.       Left = 8
  150.       Top = 116
  151.       Width = 180
  152.       Height = 17
  153.       Caption = 'A&uto create forms'
  154.       PropField = 'Auto Create Forms'
  155.       PropSet = EnvironmentOptions.FormDesign
  156.       TabOrder = 7
  157.       ValueChecked = 'True;Yes;1'
  158.       ValueUnchecked = 'False;No;0'
  159.     end
  160.   end
  161.   object Repository: TGroupBox
  162.     Left = 9
  163.     Top = 221
  164.     Width = 403
  165.     Height = 46
  166.     Caption = ' Shared repository '
  167.     TabOrder = 2
  168.     object lbReposDir: TLabel
  169.       Left = 12
  170.       Top = 19
  171.       Width = 45
  172.       Height = 13
  173.       Caption = 'Di&rectory:'
  174.       FocusControl = ecRepositoryDir
  175.     end
  176.     object ecRepositoryDir: TPropEdit
  177.       Left = 64
  178.       Top = 16
  179.       Width = 246
  180.       Height = 21
  181.       PropField = 'Repository Dir'
  182.       PropSet = EnvironmentOptions.Repository
  183.       TabOrder = 0
  184.     end
  185.     object RepositoryBtn: TButton
  186.       Left = 317
  187.       Top = 14
  188.       Width = 77
  189.       Height = 24
  190.       Caption = 'Br&owse...'
  191.       TabOrder = 1
  192.       OnClick = RepositoryBtnClick
  193.     end
  194.   end
  195. end
  196.