Source code of file oscpmwin/openpicdlg.rc from the
osCommerce Product Manager for Windows.
0000: /*********************************
0001: Template of open-file dialog with
0002: picture preview, Based on
0003: TOpenPictureDialog.
0004: *********************************/
0005:
0006: OPMOPENPICDLG DIALOG 0, 0, 316, 76
0007: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
0008: STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS
0009: FONT 8, "MS Sans Serif"
0010: {
0011: LTEXT "", 1119, 0, 0, 204, 76, SS_LEFT | WS_CHILD | NOT WS_VISIBLE | WS_GROUP
0012: }
0013:
0014: /********************************
0015: The last two numbers in DIALOG and LTEXT are dialog units, not pixels.
0016: The 1119 identification of LTEXT is a somehow special (1119 = 0x045F) static control.
0017:
0018: http://www.kanazawa-net.ne.jp/~pmansato/CommonDialog.htm
0019: ********************************/