Ignore:
Timestamp:
07/08/06 19:28:37 (18 years ago)
Author:
Nicholas Riley
Message:

Final initial control set for edit dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/locale/en_US/Pester.rsrc

    r238 r239  
    100100                initialFocus
    101101
    102         radioButton
    103                 title = "In"
    104                 id = ID_IN_BUTTON
    105                 positionBelow = ID_MESSAGE_FIELD : 5
    106                 alignRight = ID_MESSAGE_LABEL
     102        groupBox
     103                id = ID_IN_GROUP
     104                onOffControl = ID_IN_BUTTON
     105                onOffControlLeftPosition
     106                positionBelow = ID_MESSAGE_LABEL : 7
     107                fillToRight = 0
     108                height = 22
    107109
    108         numberEditor
    109                 # width = 50
    110                 id = ID_PERIOD_FIELD
    111                 dontWrap
    112                 minValue = 1
    113                 maxValue = 99
    114                 alignBaseline = ID_IN_BUTTON
    115                 positionToRight = ID_IN_BUTTON : 3
     110                radioButton
     111                        id = ID_IN_BUTTON
     112                        title = "In"
     113                        event = EVENT_IN
     114       
     115                numberEditor
     116                        id = ID_PERIOD_FIELD
     117                        dontWrap
     118                        minValue = 1
     119                        maxValue = 99
     120                        alignBaseline = ID_IN_BUTTON
     121                        positionToRight = ID_IN_BUTTON : 1
     122       
     123                popupMenu
     124                        id = ID_PERIOD_UNITS_POPUP
     125                        menu = ID_PERIOD_UNITS_MENU
     126                        alignBaseline = ID_PERIOD_FIELD
     127                        positionToRight = ID_PERIOD_FIELD : 1
     128               
     129                checkBox
     130                        id = ID_PERIOD_REPEAT_BUTTON
     131                        title = "Repeat"
     132                        alignBaseline = ID_PERIOD_UNITS_POPUP
     133                        positionToRight = ID_PERIOD_UNITS_POPUP : 3
     134        endGroupBox
    116135
    117         popupMenu
    118                 menu = ID_PERIOD_UNITS_MENU
    119                 positionToRight = ID_PERIOD_FIELD : 3
    120 
    121         radioButton
    122                 title = "At"
    123                 id = ID_AT_BUTTON
    124                 positionBelow = ID_PERIOD_FIELD : 5
    125                 alignRight = ID_MESSAGE_LABEL
    126 
    127         dateEditor
    128                 id = ID_TIME_EDITOR
    129                 longTimeFormat
    130                 positionToRight = ID_AT_BUTTON : 3
    131                 alignBaseline = ID_AT_BUTTON
    132 
    133         dateEditor
    134                 id = ID_DATE_EDITOR
    135                 positionToRight = ID_TIME_EDITOR : 1
    136                 alignBaseline = ID_AT_BUTTON
     136        groupBox
     137                id = ID_AT_GROUP
     138                onOffControl = ID_AT_BUTTON
     139                onOffControlLeftPosition
     140                positionBelow = ID_IN_GROUP : 3
     141                fillToRight = 0
     142                height = 22
    137143       
    138         datePicker
    139                 id = ID_DATE_PICKER
    140                 positionToRight = ID_DATE_EDITOR : 1
    141                 alignTop = ID_DATE_EDITOR
    142 
     144                radioButton
     145                        title = "At"
     146                        id = ID_AT_BUTTON
     147                        event = EVENT_AT
     148       
     149                dateEditor
     150                        id = ID_TIME_EDITOR
     151                        longTimeFormat
     152                        alignBaseline = ID_AT_BUTTON
     153                        positionToRight = ID_AT_BUTTON : 1
     154       
     155                dateEditor
     156                        id = ID_DATE_EDITOR
     157                        positionToRight = ID_TIME_EDITOR : 1
     158                        alignBaseline = ID_TIME_EDITOR
     159               
     160                datePicker
     161                        id = ID_DATE_PICKER
     162                        positionToRight = ID_DATE_EDITOR : 1
     163                        alignTop = ID_DATE_EDITOR
     164        endGroupBox
     165       
    143166        button
    144167                id = ID_DISCARD_ALARM_BUTTON
Note: See TracChangeset for help on using the changeset viewer.