Annotation of q_a/samples/world/world.dlg, revision 1.1

1.1     ! root        1: 
        !             2: //-----------------------------------------------------------------------------
        !             3: // This is a part of the Microsoft Source Code Samples. 
        !             4: // Copyright (C) 1993 Microsoft Corporation.
        !             5: // All rights reserved. 
        !             6: //  
        !             7: // This source code is only intended as a supplement to 
        !             8: // Microsoft Development Tools and/or WinHelp documentation.
        !             9: // See these sources for detailed information regarding the 
        !            10: // Microsoft samples programs.
        !            11: //-----------------------------------------------------------------------------
        !            12: 
        !            13: 
        !            14: 1 DLGINCLUDE "world.h"
        !            15: 
        !            16: AboutDlg DIALOG FIXED 6, 21, 198, 99
        !            17: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
        !            18: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
        !            19: CAPTION "About World"
        !            20: FONT 8, "MS Sans Serif"
        !            21: BEGIN
        !            22:     DEFPUSHBUTTON   "&OK", IDOK, 72, 74, 40, 14
        !            23:     ICON            "WorldIcon", -1, 10, 18, 18, 20
        !            24:     LTEXT           "World Coordinate Transform Sample", 104, 45, 14, 
        !            25:                     128, 8
        !            26:     LTEXT           "By Julie Solon", 105, 45, 35, 59, 8
        !            27:     LTEXT           "Microsoft Developer Support", 106, 45, 45, 98, 8
        !            28:     LTEXT           "Copyright \251 1992-1993 Microsoft Corporation", 107, 45, 
        !            29:                     54, 138, 8
        !            30: END
        !            31: 
        !            32: ScaleDlg DIALOG 6, 18, 187, 100
        !            33: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
        !            34: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
        !            35: CAPTION "Scale Image"
        !            36: FONT 8, "MS Sans Serif"
        !            37: BEGIN
        !            38:     DEFPUSHBUTTON   "O&K", IDOK, 36, 71, 40, 14
        !            39:     PUSHBUTTON      "&Cancel", IDCANCEL, 106, 71, 40, 14
        !            40:     LTEXT           "&Horizontal Scaling Factor:", 101, 14, 18, 88, 8
        !            41:     LTEXT           "&Vertical Scaling Factor:", 102, 22, 39, 83, 8
        !            42:     COMBOBOX        IDC_HORZ, 111, 17, 48, 35, CBS_DROPDOWNLIST |   
        !            43:                     WS_VSCROLL | WS_TABSTOP
        !            44:     COMBOBOX        IDC_VERT, 111, 38, 48, 35, CBS_DROPDOWNLIST | 
        !            45:                     WS_VSCROLL | WS_TABSTOP
        !            46: END

unix.superglobalmegacorp.com

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