demos\medical\template.sdf
 1 TemplateContext {
 2   widgets {
 3     {
 4       Table {
 5         templateName: "prototypeTable"
 6         titleLocation: "top_left"
 7         alternatingHighlightType: "row"
 8         alternatingHighlightColor: "rowHilite"
 9         borders: "shadow" [ thickness="7" ]
10         gridLineType: "both"
11         selectionMode: "single"
12         boldColumnHeaders: "true"
13       }
14     }
15     {
16       PushButton {
17         templateName: "viewsList"
18         name: "viewsList"
19         value: "Views"
20         actionType: "popup_menu"
21       }
22     }
23     {
24       Label {
25         templateName: "viewLabel"
26         name: "viewLabel"
27         contentPadding { top: "2"; bottom: "2" }
28         horizontalAlign: "full"
29         textHAlignment: "center"
30         fgColor: "TitledBorder.titleColor"
31         font-style: "bold"
32       }
33     }
34     {
35       Label {
36         templateName: "ordersValueField"
37         titleLocation: "center_left"
38         borders { "drop_shadow"; "line" }
39         contentPadding-left: "1"
40         textHAlignment: "left"
41         bounds { x: "1"; width: "20ch"; height: "1.25ln" }
42         font-style: "bold"
43       }
44     }
45     {
46       TextField {
47         templateName: "infobar.field"
48         bgColor: "defaultBackground"
49         editable: false
50         borders {
51           line_3d [cornerArc=6]
52         }
53       }
54     }
55   }
56 }
57 
58 
59 
60