Annotation of q_a/samples/process/process.rc, revision 1.1.1.1

1.1       root        1: #include "windows.h"
                      2: #include "process.h"
                      3: 
                      4: 
                      5: 
                      6: processDlg DIALOG 8, 20, 280, 135
                      7: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
                      8: CAPTION "Process"
                      9: BEGIN
                     10:     PUSHBUTTON      "&CreateProcess...", DID_CREATE   , 51, 114, 80, 14
                     11:     PUSHBUTTON      "&TerminateProcess", DID_TERMINATE, 147, 114, 80, 14
                     12:     LISTBOX    DID_LISTBOX  , 2, 18, 275, 93, WS_VSCROLL | WS_TABSTOP | LBS_USETABSTOPS
                     13:     LISTBOX    DID_HEADER   , 2, 4, 275, 12,  NOT WS_BORDER | LBS_USETABSTOPS
                     14: END

unix.superglobalmegacorp.com

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