Tools__CheckinInfoDialog.st
branchjv
changeset 17219 46a5890e4c57
parent 17134 c4cce8b7a95d
parent 17186 89a6eedbc1b1
equal deleted inserted replaced
17218:95008a0da101 17219:46a5890e4c57
   226              )
   226              )
   227            )
   227            )
   228           (LabelSpec
   228           (LabelSpec
   229              label: 'Previous Log Messages:'
   229              label: 'Previous Log Messages:'
   230              name: 'Label5'
   230              name: 'Label5'
   231              layout: (LayoutFrame 0 0 37 0 180 0 59 0)
   231              layout: (LayoutFrame 0 0 37 0 220 0 67 0)
   232              translateLabel: true
   232              translateLabel: true
   233              adjust: right
   233              adjust: right
   234            )
   234            )
   235           (ComboListSpec
   235           (ComboListSpec
   236              name: 'ComboList1'
   236              name: 'ComboList1'
   237              layout: (LayoutFrame 180 0.0 38 0 0 1.0 58 0)
   237              layout: (LayoutFrame 220 0.0 37 0 0 1.0 67 0)
   238              model: logHistoryHeadLineSelectionHolder
   238              model: logHistoryHeadLineSelectionHolder
   239              comboList: logHistoryHeadLines
   239              comboList: logHistoryHeadLines
   240              useIndex: true
   240              useIndex: true
   241            )
   241            )
   242           (TextEditorSpec
   242           (TextEditorSpec
   243              name: 'TextEditor1'
   243              name: 'TextEditor1'
   244              layout: (LayoutFrame 2 0.0 68 0 -2 1 -300 1)
   244              layout: (LayoutFrame 2 0.0 70 0 -2 1 -300 1)
   245              activeHelpKey: logMessage
   245              activeHelpKey: logMessage
   246              model: logMessageHolder
   246              model: logMessageHolder
   247              hasHorizontalScrollBar: true
   247              hasHorizontalScrollBar: true
   248              hasVerticalScrollBar: true
   248              hasVerticalScrollBar: true
   249              hasKeyboardFocusInitially: false
   249              hasKeyboardFocusInitially: false
   405                 (ActionButtonSpec
   405                 (ActionButtonSpec
   406                    label: 'Cancel'
   406                    label: 'Cancel'
   407                    name: 'Button2'
   407                    name: 'Button2'
   408                    translateLabel: true
   408                    translateLabel: true
   409                    model: doCancel
   409                    model: doCancel
   410                    extent: (Point 282 22)
   410                    extent: (Point 282 35)
   411                    usePreferredHeight: true
   411                    usePreferredHeight: true
   412                  )
   412                  )
   413                 (ActionButtonSpec
   413                 (ActionButtonSpec
   414                    label: 'OK'
   414                    label: 'OK'
   415                    name: 'Button1'
   415                    name: 'Button1'
   416                    translateLabel: true
   416                    translateLabel: true
   417                    model: doAccept
   417                    model: doAccept
   418                    extent: (Point 282 22)
   418                    extent: (Point 282 35)
   419                    usePreferredHeight: true
   419                    usePreferredHeight: true
   420                  )
   420                  )
   421                 )
   421                 )
   422               
   422               
   423              )
   423              )