home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TENVIRONMENTOPTIONSPAGE / TENVIRONMENTOPTIONSPAGE.txt
Text File  |  1998-06-16  |  4KB  |  172 lines

  1. object EnvironmentOptionsPage: TEnvironmentOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 298
  6.   HelpContext = 1800
  7.   Caption = 'Preferences'
  8.   OnBroadcast = EnvironmentOptionsPageBroadcast
  9.   object GroupBox2: TGroupBox
  10.     Left = 213
  11.     Top = 8
  12.     Width = 198
  13.     Height = 89
  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 GroupBox3: TGroupBox
  43.     Left = 8
  44.     Top = 104
  45.     Width = 403
  46.     Height = 102
  47.     Caption = ' Form designer: '
  48.     TabOrder = 1
  49.     object lbGridX: TLabel
  50.       Left = 214
  51.       Top = 19
  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 = 214
  60.       Top = 39
  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 = 286
  94.       Top = 13
  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 = 286
  103.       Top = 37
  104.       Width = 103
  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 = 'Sho&w 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.   end
  137.   object GroupBox17: TGroupBox
  138.     Left = 9
  139.     Top = 213
  140.     Width = 403
  141.     Height = 46
  142.     Caption = ' Shared Repository: '
  143.     TabOrder = 2
  144.     object lbReposDir: TLabel
  145.       Left = 8
  146.       Top = 19
  147.       Width = 45
  148.       Height = 13
  149.       Caption = 'Di&rectory:'
  150.       FocusControl = ecRepositoryDir
  151.     end
  152.     object ecRepositoryDir: TPropEdit
  153.       Left = 58
  154.       Top = 16
  155.       Width = 246
  156.       Height = 21
  157.       PropField = 'Repository Dir'
  158.       PropSet = EnvironmentOptions.Repository
  159.       TabOrder = 0
  160.     end
  161.     object RepositoryBtn: TButton
  162.       Left = 314
  163.       Top = 14
  164.       Width = 77
  165.       Height = 24
  166.       Caption = 'Br&owse...'
  167.       TabOrder = 1
  168.       OnClick = RepositoryBtnClick
  169.     end
  170.   end
  171. end
  172.