CVSSourceCodeManagementSettingsAppl.st
changeset 16679 cf99c8da73cf
parent 16518 ab9db39ef152
child 16689 70b43a6c4755
child 18033 35ab63777f8e
equal deleted inserted replaced
16678:5e97ccc428d2 16679:cf99c8da73cf
   277                   (SpecCollection
   277                   (SpecCollection
   278                      collection: (
   278                      collection: (
   279                       (FramedBoxSpec
   279                       (FramedBoxSpec
   280                          label: 'CVS Sourcecode Manager Settings'
   280                          label: 'CVS Sourcecode Manager Settings'
   281                          name: 'CVSSetupBox'
   281                          name: 'CVSSetupBox'
   282                          layout: (LayoutFrame 0 0 0 0 0 1 6 1)
   282                          layout: (LayoutFrame 0 0 0 0 0 1 0 1)
   283                          labelPosition: topLeft
   283                          labelPosition: topLeft
   284                          translateLabel: true
   284                          translateLabel: true
   285                          component: 
   285                          component: 
   286                         (SpecCollection
   286                         (SpecCollection
   287                            collection: (
   287                            collection: (
   298                                layout: (LayoutFrame 0 0 35 0 0 1 65 0)
   298                                layout: (LayoutFrame 0 0 35 0 0 1 65 0)
   299                                component: 
   299                                component: 
   300                               (SpecCollection
   300                               (SpecCollection
   301                                  collection: (
   301                                  collection: (
   302                                   (LabelSpec
   302                                   (LabelSpec
   303                                      label: 'CVS Command or Path:'
   303                                      label: 'CVS Command:'
   304                                      name: 'Label1'
   304                                      name: 'Label1'
   305                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
   305                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
   306                                      activeHelpKey: cvsCommand
   306                                      activeHelpKey: cvsCommand
   307                                      level: 0
   307                                      level: 0
   308                                      translateLabel: true
   308                                      translateLabel: true
   326                                layout: (LayoutFrame 0 0 69 0 0 1 99 0)
   326                                layout: (LayoutFrame 0 0 69 0 0 1 99 0)
   327                                component: 
   327                                component: 
   328                               (SpecCollection
   328                               (SpecCollection
   329                                  collection: (
   329                                  collection: (
   330                                   (LabelSpec
   330                                   (LabelSpec
   331                                      label: 'CVS Command Timeout:'
   331                                      label: 'Command Timeout:'
   332                                      name: 'Label2'
   332                                      name: 'Label2'
   333                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
   333                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 30 0)
   334                                      activeHelpKey: cvsCommandTimeout
   334                                      activeHelpKey: cvsCommandTimeout
   335                                      level: 0
   335                                      level: 0
   336                                      translateLabel: true
   336                                      translateLabel: true
   512                                 
   512                                 
   513                                )
   513                                )
   514                              )
   514                              )
   515                             (HorizontalPanelViewSpec
   515                             (HorizontalPanelViewSpec
   516                                name: 'HorizontalPanel3'
   516                                name: 'HorizontalPanel3'
   517                                layout: (LayoutFrame 64 0.25 403 0 -1 1 434 0)
   517                                layout: (LayoutFrame 64 0.25 403 0 -1 1 436 0)
   518                                horizontalLayout: right
   518                                horizontalLayout: right
   519                                verticalLayout: center
   519                                verticalLayout: center
   520                                horizontalSpace: 3
   520                                horizontalSpace: 3
   521                                verticalSpace: 3
   521                                verticalSpace: 3
   522                                component: 
   522                                component: 
   529                                      translateLabel: true
   529                                      translateLabel: true
   530                                      resizeForLabel: true
   530                                      resizeForLabel: true
   531                                      adjust: right
   531                                      adjust: right
   532                                      tabable: true
   532                                      tabable: true
   533                                      model: addPublicExeptRepository
   533                                      model: addPublicExeptRepository
   534                                      extent: (Point 232 31)
   534                                      extent: (Point 272 32)
   535                                      usePreferredWidth: true
   535                                      usePreferredWidth: true
   536                                      useDynamicPreferredHeight: true
   536                                      useDynamicPreferredHeight: true
   537                                      usePreferredHeight: true
   537                                      usePreferredHeight: true
   538                                    )
   538                                    )
   539                                   )
   539                                   )
   545                          )
   545                          )
   546                        )
   546                        )
   547                       )
   547                       )
   548                     
   548                     
   549                    )
   549                    )
   550                    extent: (Point 764 466)
   550                    extent: (Point 764 474)
   551                  )
   551                  )
   552                 (FramedBoxSpec
   552                 (FramedBoxSpec
   553                    label: 'Source Cache'
   553                    label: 'Source Cache'
   554                    name: 'FramedBox1'
   554                    name: 'FramedBox1'
   555                    visibilityChannel: false
   555                    visibilityChannel: false
   599                                label: 'Flush Cache now'
   599                                label: 'Flush Cache now'
   600                                name: 'FlushCacheNowButton'
   600                                name: 'FlushCacheNowButton'
   601                                translateLabel: true
   601                                translateLabel: true
   602                                tabable: true
   602                                tabable: true
   603                                model: flushSourceCache
   603                                model: flushSourceCache
   604                                extent: (Point 245 30)
   604                                extent: (Point 227 30)
   605                              )
   605                              )
   606                             (ActionButtonSpec
   606                             (ActionButtonSpec
   607                                label: 'Condense Cache now'
   607                                label: 'Condense Cache now'
   608                                name: 'CondenseCacheNowButton'
   608                                name: 'CondenseCacheNowButton'
   609                                translateLabel: true
   609                                translateLabel: true
   610                                tabable: true
   610                                tabable: true
   611                                model: condenseSourceCache
   611                                model: condenseSourceCache
   612                                extent: (Point 245 30)
   612                                extent: (Point 227 30)
   613                              )
   613                              )
   614                             )
   614                             )
   615                           
   615                           
   616                          )
   616                          )
   617                        )
   617                        )