Annotation of 43BSDReno/contrib/isode-beta/others/quipu/uips/xd/Xd.ad, revision 1.1

1.1     ! root        1: /* RCSid: $Header: /f/osi/others/quipu/uips/xd/RCS/Xd.ad,v 7.0 90/06/12 13:11:54 mrose Exp $ */
        !             2: 
        !             3: Xd*Font:      -*-helvetica-*-r-*-*-11-*-*-*-*-*-*-*
        !             4: Xd*labelFont: -*-helvetica-*-r-*-*-14-*-*-*-*-*-*-*
        !             5: Xd*input:                      True
        !             6: Xd*cursor:                     hand2
        !             7: Xd*displayCaret:               False
        !             8: Xd*ShapeStyle:                 Oval
        !             9: Xd*title.borderWidth:          0
        !            10: 
        !            11: Xd*Paned.width:                        500
        !            12: Xd*Paned.internalBorderWidth:  5
        !            13: 
        !            14: Xd*outer.refigureMode:         True
        !            15: Xd*outer.height:               550
        !            16: 
        !            17: Xd*view_list*allowVert:                True
        !            18: Xd*view_list*allowHoriz:       True
        !            19: Xd*view_list*forceBars:                True
        !            20: Xd*view_list*allowResize:      True
        !            21: 
        !            22: Xd*Command.top:                        ChainTop
        !            23: Xd*Command.bottom:             ChainTop
        !            24: 
        !            25: Xd*list_area*defaultColumns:   1
        !            26: Xd*list_area*forceColumns:      True
        !            27: 
        !            28: Xd*list_places*defaultColumns: 1
        !            29: Xd*list_places*forceColumns:   True
        !            30: 
        !            31: Xd*result_area.height:         100
        !            32: 
        !            33: Xd*search_but.label:           Search
        !            34: 
        !            35: Xd*list_but.label:             List
        !            36: Xd*list_but.fromHoriz:         search_but
        !            37: 
        !            38: Xd*lookback_but.label:         Look back
        !            39: Xd*lookback_but.fromHoriz:     list_but
        !            40: 
        !            41: Xd*widen_but.fromVert:         search_but
        !            42: Xd*widen_but.label:            Widen
        !            43: Xd*widen_but.internalWidth:    1
        !            44: Xd*widen_but.width:            26
        !            45: 
        !            46: Xd*result_area*scrollVertical: always
        !            47: 
        !            48: Xd*inputform*Form*top:               ChainTop
        !            49: Xd*inputform*Form*bottom:            ChainTop
        !            50: 
        !            51: Xd*area_form.width:            450
        !            52: 
        !            53: Xd*search_area_label.label:    Search Area:
        !            54: Xd*search_area_label.justify:  Left
        !            55: Xd*search_area_label.internalWidth:    1
        !            56: Xd*search_area_label.width:    55
        !            57: Xd*search_area_label.borderWidth:      0
        !            58: Xd*search_area.fromHoriz:      search_area_label
        !            59: Xd*search_area.borderWidth:    0
        !            60: 
        !            61: Xd*for_form.fromVert:          area_form
        !            62: 
        !            63: Xd*search_for_label.label:     Search For:
        !            64: Xd*search_for_label.justify:   Left
        !            65: Xd*search_for_label.internalWidth:     1
        !            66: Xd*search_for_label.width:     49
        !            67: Xd*search_for_label.borderWidth:       0
        !            68: Xd*search_for.fromHoriz:       search_for_label
        !            69: Xd*search_for*editType:                edit
        !            70: Xd*search_for*displayCaret:    True
        !            71: Xd*search_for*string:           
        !            72: Xd*search_for.borderWidth:     0
        !            73: Xd*search_for.Length:          10
        !            74: 
        !            75: Xd*type_form.fromHoriz:        for_form
        !            76: Xd*type_form.fromVert:         area_form
        !            77: 
        !            78: Xd*type_but*vertDistance:      3
        !            79: Xd*type_but.label:             Type
        !            80: Xd*type_but.justify:           Center
        !            81: Xd*type_but.internalWidth:             1
        !            82: Xd*type_but.width:             30
        !            83: 
        !            84: Xd*search_type.fromHoriz:      type_but
        !            85: Xd*search_type*string:         Person
        !            86: Xd*search_type.borderWidth:    0
        !            87: 
        !            88: Xd*genform.quit_but.fromVert:  title
        !            89: 
        !            90: Xd*quit_but.label:             Quit
        !            91: Xd*quit_but*resize:            True
        !            92: Xd*quit_but*width:             36
        !            93: 
        !            94: Xd*help_but.fromHoriz:         quit_but
        !            95: Xd*help_but.fromVert:          title
        !            96: Xd*help_but.label:             Help
        !            97: 
        !            98: Xd*help_text.fromVert:         quit_but
        !            99: Xd*help_text*type:             file
        !           100: Xd*help_text*scrollVertical:    always
        !           101: Xd*help_text*scrollHorizonal:   whenNeeded
        !           102: Xd*help_text.height:        200
        !           103: Xd*help_text.width:         260
        !           104: 
        !           105: 
        !           106: Xd*search_but.translations: #override \
        !           107:         <EnterWindow>:  highlight() Call_Change_Help("xdsearch.help")
        !           108: 
        !           109: Xd*list_but.translations: #override \
        !           110:         <EnterWindow>:  Call_Change_Help("xdlist.help") highlight()
        !           111: 
        !           112: Xd*list_area.translations: #override \
        !           113:         <EnterWindow>:  Call_Change_Help("xdlistsel.help")
        !           114: 
        !           115: Xd*lookback_but.translations: #override \
        !           116:         <EnterWindow>:  Call_Change_Help("xdlookback.help") highlight()
        !           117: 
        !           118: Xd*widen_but.translations: #override \
        !           119:         <EnterWindow>:  Call_Change_Help("xdwiden.help") highlight()
        !           120: 
        !           121: Xd*type_but.translations: #override \
        !           122:         <EnterWindow>:  Call_Change_Help("xdtype.help") highlight()
        !           123: 
        !           124: Xd*help_but.translations: #override \
        !           125:         <EnterWindow>:  Call_Change_Help("xd.help") highlight()
        !           126: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.