object EnvironmentOptionsPage: TEnvironmentOptionsPage Left = 0 Top = 0 Width = 419 Height = 317 HelpContext = 1800 Caption = 'Preferences' OnBroadcast = EnvironmentOptionsPageBroadcast object AutoSave: TGroupBox Left = 8 Top = 8 Width = 198 Height = 65 Caption = ' Autosave options ' TabOrder = 0 object cbASEditor: TPropCheckBox Left = 8 Top = 16 Width = 107 Height = 20 Caption = 'Editor &files' PropField = 'Editor Files' PropSet = EnvironmentOptions.AutoSave TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object cbASDesktop: TPropCheckBox Left = 8 Top = 36 Width = 102 Height = 20 TabStop = False Caption = 'Des&ktop' PropField = 'Desktop' PropSet = EnvironmentOptions.AutoSave TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object FormDesigner: TGroupBox Left = 214 Top = 8 Width = 198 Height = 210 Caption = ' Form designer ' TabOrder = 1 object lbGridX: TLabel Left = 7 Top = 141 Width = 70 Height = 17 AutoSize = False Caption = 'Grid size &X:' FocusControl = ecGridSizeX end object lbGridY: TLabel Left = 7 Top = 165 Width = 70 Height = 17 AutoSize = False Caption = 'Grid size &Y:' FocusControl = ecGridSizeY end object cbDisplayGrid: TPropCheckBox Left = 8 Top = 16 Width = 150 Height = 20 Caption = 'Display &grid' PropField = 'Display Grid' PropSet = EnvironmentOptions.FormDesign TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object cbSnapToGrid: TPropCheckBox Left = 8 Top = 36 Width = 150 Height = 20 TabStop = False Caption = 'Sna&p to grid' PropField = 'Snap to Grid' PropSet = EnvironmentOptions.FormDesign TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object ecGridSizeX: TPropEdit Left = 83 Top = 137 Width = 104 Height = 21 PropField = 'Grid Size X' PropSet = EnvironmentOptions.FormDesign TabOrder = 3 end object ecGridSizeY: TPropEdit Left = 83 Top = 163 Width = 104 Height = 21 PropField = 'Grid Size Y' PropSet = EnvironmentOptions.FormDesign TabOrder = 4 end object cbShowComponentCaptions: TPropCheckBox Left = 8 Top = 56 Width = 160 Height = 17 TabStop = False Caption = 'Sho&w component captions' PropField = 'Show Component Captions' PropSet = EnvironmentOptions.FormDesign TabOrder = 2 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object cbShowDesignerHints: TPropCheckBox Left = 8 Top = 76 Width = 150 Height = 17 TabStop = False Caption = 'Show designer h&ints' PropField = 'Show Designer Hints' PropSet = EnvironmentOptions.FormDesign TabOrder = 5 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object cbDFMsAsText: TPropCheckBox Left = 8 Top = 96 Width = 169 Height = 17 Caption = '&New forms as text' PropField = 'DFM As Text' PropSet = EnvironmentOptions.FormDesign TabOrder = 6 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object cbAutoCreateForms: TPropCheckBox Left = 8 Top = 116 Width = 180 Height = 17 Caption = 'A&uto create forms' PropField = 'Auto Create Forms' PropSet = EnvironmentOptions.FormDesign TabOrder = 7 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object Repository: TGroupBox Left = 9 Top = 221 Width = 403 Height = 46 Caption = ' Shared repository ' TabOrder = 2 object lbReposDir: TLabel Left = 12 Top = 19 Width = 45 Height = 13 Caption = 'Di&rectory:' FocusControl = ecRepositoryDir end object ecRepositoryDir: TPropEdit Left = 64 Top = 16 Width = 246 Height = 21 PropField = 'Repository Dir' PropSet = EnvironmentOptions.Repository TabOrder = 0 end object RepositoryBtn: TButton Left = 317 Top = 14 Width = 77 Height = 24 Caption = 'Br&owse...' TabOrder = 1 OnClick = RepositoryBtnClick end end end