/********************************* Template of open-file dialog with picture preview, Based on TOpenPictureDialog. *********************************/ OPMOPENPICDLG DIALOG 0, 0, 316, 76 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS FONT 8, "MS Sans Serif" { LTEXT "", 1119, 0, 0, 204, 76, SS_LEFT | WS_CHILD | NOT WS_VISIBLE | WS_GROUP } /******************************** The last two numbers in DIALOG and LTEXT are dialog units, not pixels. The 1119 identification of LTEXT is a somehow special (1119 = 0x045F) static control. http://www.kanazawa-net.ne.jp/~pmansato/CommonDialog.htm ********************************/