git/GitCommitDialog.st
changeset 32 ae16175e5140
parent 31 d96d7eff6efc
child 45 dfe5c7416a4e
--- a/git/GitCommitDialog.st	Sat Oct 06 22:35:46 2012 +0000
+++ b/git/GitCommitDialog.st	Sun Oct 07 14:32:26 2012 +0000
@@ -286,6 +286,127 @@
          
         )
       )
+!
+
+windowSpec
+    "This resource specification was automatically generated
+     by the UIPainter of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the UIPainter may not be able to read the specification."
+
+    "
+     UIPainter new openOnClass:GitDialog andSelector:#windowSpec
+     GitDialog new openInterface:#windowSpec
+     GitDialog open
+    "
+
+    <resource: #canvas>
+
+    ^ 
+     #(FullSpec
+        name: windowSpec
+        window: 
+       (WindowSpec
+          label: 'SubVersion: Dialog '
+          name: 'SubVersion: Dialog '
+          labelChannel: titleHolder
+          min: (Point 10 10)
+          bounds: (Rectangle 0 0 648 451)
+        )
+        component: 
+       (SpecCollection
+          collection: (
+           (ViewSpec
+              name: 'TitleBox'
+              layout: (LayoutFrame 0 0 0 0 0 1 66 0)
+              backgroundColor: (Color 100.0 100.0 100.0)
+              component: 
+             (SpecCollection
+                collection: (
+                 (LabelSpec
+                    label: 'DialogTitle'
+                    name: 'DialogTitle'
+                    layout: (LayoutFrame 10 0 0 0 -75 1 40 0)
+                    style: (FontDescription helvetica medium roman 18 #'iso10646-1')
+                    backgroundColor: (Color 100.0 100.0 100.0)
+                    translateLabel: true
+                    labelChannel: titleHolder
+                    adjust: left
+                  )
+                 (LabelSpec
+                    label: 'DialogSubtitle'
+                    name: 'DialogSubtitle'
+                    layout: (LayoutFrame 30 0 40 0 -75 1 66 0)
+                    backgroundColor: (Color 100.0 100.0 100.0)
+                    translateLabel: true
+                    labelChannel: subtitleHolder
+                    resizeForLabel: false
+                    adjust: left
+                  )
+                 (LabelSpec
+                    label: 'Icon'
+                    name: 'DialogIcon'
+                    layout: (LayoutFrame -157 1 0 0 0 1 66 0)
+                    hasCharacterOrientedLabel: false
+                    backgroundColor: (Color 100.0 100.0 100.0)
+                    translateLabel: true
+                    labelChannel: dialogIconAspect
+                  )
+                 )
+               
+              )
+            )
+           (ViewSpec
+              name: 'ContentBox'
+              layout: (LayoutFrame 5 0 70 0 -5 1 -50 1)
+              component: 
+             (SpecCollection
+                collection: (
+                 (SubCanvasSpec
+                    name: 'Content'
+                    layout: (LayoutFrame 0 0 0 0 0 1 0 1)
+                    hasHorizontalScrollBar: false
+                    hasVerticalScrollBar: false
+                    specHolder: contentSpecHolder
+                    createNewBuilder: false
+                  )
+                 )
+               
+              )
+            )
+           (DividerSpec
+              name: 'Separator'
+              layout: (LayoutFrame 5 0 -50 1 -5 1 -30 1)
+            )
+           (UISubSpecification
+              name: 'Buttons'
+              layout: (LayoutFrame 130 0 -30 1 0 1 0 1)
+              minorKey: buttonsSpec
+            )
+           (LinkButtonSpec
+              label: 'Help'
+              name: 'Help'
+              layout: (LayoutFrame 30 0 -30 1 130 0 0 1)
+              style: (FontDescription helvetica medium roman 12 #'iso10646-1')
+              initiallyInvisible: true
+              foregroundColor: (Color 0.0 0.0 86.9993133440147)
+              translateLabel: true
+              model: doHelp
+            )
+           (MenuPanelSpec
+              name: 'More'
+              layout: (LayoutFrame 0 0 -30 1 30 0 -50 1)
+              level: 0
+              model: doInspect
+              menu: actionsMenu
+            )
+           )
+         
+        )
+      )
+
+    "Created: / 07-10-2012 / 09:55:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !GitCommitDialog class methodsFor:'menu specs'!