DataBaseSourceCodeManagementSettingsAppl.st
changeset 16154 5939931ac858
parent 14666 28321a5ff34f
child 16156 9b9fa51009d2
child 17911 f1432fe75d27
equal deleted inserted replaced
16153:3a55ba72a107 16154:5939931ac858
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 AbstractSourceCodeManagementSettingsAppl subclass:#DataBaseSourceCodeManagementSettingsAppl
    16 AbstractSourceCodeManagementSettingsAppl subclass:#DataBaseSourceCodeManagementSettingsAppl
    15 	instanceVariableNames:'pathPerModule dbNameHolder selectedPerModuleDatabase
    17 	instanceVariableNames:'pathPerModule dbNameHolder selectedPerModuleDatabase
    16 		perModuleDatabaseModule perModuleDB dbPerModule'
    18 		perModuleDatabaseModule perModuleDB dbPerModule'
    17 	classVariableNames:''
    19 	classVariableNames:''
   154             (SpecCollection
   156             (SpecCollection
   155                collection: (
   157                collection: (
   156                 (LabelSpec
   158                 (LabelSpec
   157                    label: 'Demo Only'
   159                    label: 'Demo Only'
   158                    name: 'Label10'
   160                    name: 'Label10'
   159                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default')
   161                    style: (FontDescription #'Segoe UI' medium roman 16 #'ms-default' nil nil)
   160                    foregroundColor: (Color 86.9993133440147 0.0 0.0)
   162                    foregroundColor: (Color 87.0 0.0 0.0)
   161                    translateLabel: true
   163                    translateLabel: true
   162                    extent: (Point 724 37)
   164                    extent: (Point 724 37)
   163                  )
   165                  )
   164                 (FramedBoxSpec
   166                 (FramedBoxSpec
   165                    label: 'Database Source Repository Manager Settings'
   167                    label: 'Database Source Repository Manager Settings'
   287                                label: 'Add/Apply'
   289                                label: 'Add/Apply'
   288                                name: 'addButton'
   290                                name: 'addButton'
   289                                translateLabel: true
   291                                translateLabel: true
   290                                tabable: true
   292                                tabable: true
   291                                model: addPerModuleDB
   293                                model: addPerModuleDB
   292                                extent: (Point 147 30)
   294                                extent: (Point 143 30)
   293                              )
   295                              )
   294                             (ActionButtonSpec
   296                             (ActionButtonSpec
   295                                label: 'Remove'
   297                                label: 'Remove'
   296                                name: 'removeButton'
   298                                name: 'removeButton'
   297                                translateLabel: true
   299                                translateLabel: true
   298                                tabable: true
   300                                tabable: true
   299                                model: removePerModuleDB
   301                                model: removePerModuleDB
   300                                enableChannel: removeEnabled
   302                                enableChannel: removeEnabled
   301                                extent: (Point 147 30)
   303                                extent: (Point 143 30)
   302                              )
   304                              )
   303                             (ViewSpec
   305                             (ViewSpec
   304                                name: 'Box11'
   306                                name: 'Box11'
   305                                extent: (Point 147 10)
   307                                extent: (Point 144 10)
   306                              )
   308                              )
   307                             )
   309                             )
   308                           
   310                           
   309                          )
   311                          )
   310                        )
   312                        )
   311                       )
   313                       )
   312                     
   314                     
   313                    )
   315                    )
   314                    extent: (Point 724 342)
   316                    extent: (Point 724 346)
   315                  )
   317                  )
   316                 )
   318                 )
   317               
   319               
   318              )
   320              )
   319            )
   321            )
   726 ! !
   728 ! !
   727 
   729 
   728 !DataBaseSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
   730 !DataBaseSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
   729 
   731 
   730 version
   732 version
   731     ^ '$Header: /cvs/stx/stx/libtool/DataBaseSourceCodeManagementSettingsAppl.st,v 1.21 2014-07-21 11:27:51 cg Exp $'
   733     ^ '$Header$'
   732 !
   734 !
   733 
   735 
   734 version_CVS
   736 version_CVS
   735     ^ '$Header: /cvs/stx/stx/libtool/DataBaseSourceCodeManagementSettingsAppl.st,v 1.21 2014-07-21 11:27:51 cg Exp $'
   737     ^ '$Header$'
   736 ! !
   738 ! !
   737 
   739