| demos\outlook\calendar\calendar_toolbar.sdf |
1 ToolBar { 2 name: "calendar_toolbar" 3 stretched: "false" 4 widgets { 5 { 6 PushButton { 7 name: "pim_new_appointment" 8 popupMenu { 9 {name: "pim_new_appointment" } 10 {name: "pim_new_note" } 11 {name: "pim_new_message" } 12 {name: "pim_new_contact" } 13 } 14 value: "&New" 15 showText: true 16 actionType: "popup_menu" 17 } 18 } 19 { Bean { name: "Sage.bean.separator" } } 20 { 21 PushButton { name: "pim_print" } 22 } 23 { 24 PushButton { name: "pim_delete" } 25 } 26 { Bean { name: "Sage.bean.separator" } } 27 { 28 PushButton { 29 value: "T&oday" 30 showText: "true" 31 } [ onAction="calendar_showToday()" ] 32 } 33 { Bean { name: "Sage.bean.separator" } } 34 { 35 PushButton { 36 value: "Da&y" 37 showText: "true" 38 icon: "resource:pim.icon.calendar_1day" 39 } [ onAction="calendar_showDayView(1)" ] 40 } 41 { 42 PushButton { 43 value: "Wo&rk Week" 44 showText: "true" 45 icon: "resource:pim.icon.calendar_5day" 46 } [ onAction="calendar_showDayView(5)" ] 47 } 48 { 49 PushButton { 50 value: "&Week" 51 showText: "true" 52 icon: "resource:pim.icon.calendar_7day" 53 } [ onAction="calendar_showDayView(7)" ] 54 } 55 { 56 PushButton { 57 value: "&Month" 58 showText: "true" 59 icon: "resource:pim.icon.calendar_1month" 60 } [ onAction="calendar_showMonthView()" ] 61 } 62 { Bean { name: "Sage.bean.separator" } } 63 { 64 PushButton { 65 name: "pim_mail_address_book" 66 value: "Address Book" 67 icon: "resource:pim.icon.address_book" 68 } 69 } 70 { 71 ComboBox { 72 name: "pim_address_book_combo" 73 editable: true 74 bounds { width: "180" } 75 borders { 76 line_3d [cornerArc=6,padForArc=false] 77 } 78 } 79 } 80 { Bean { name: "Sage.bean.separator" } } 81 { 82 PushButton { name: "pim_help" } 83 } 84 } 85 } 86 87 88 89