Mercurial > games > semicongine
comparison fuhtark_test/include/winapi/icmui.dlg @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1499:1f58458b7ef7 | 1500:91c8c3b7cbf0 |
|---|---|
| 1 /** | |
| 2 * This file has no copyright assigned and is placed in the Public Domain. | |
| 3 * This file is part of the w64 mingw-runtime package. | |
| 4 * No warranty is given; refer to the file DISCLAIMER within this package. | |
| 5 */ | |
| 6 COLORMGMTDLGORD DIALOG DISCARDABLE 0,0,350,190 | |
| 7 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | |
| 8 CAPTION "Color Management" | |
| 9 FONT 8,"MS Shell Dlg" | |
| 10 BEGIN | |
| 11 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,83,11,1 | |
| 12 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,113,11,1 | |
| 13 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,179,83,1,32 | |
| 14 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,180,97,11,1 | |
| 15 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,143,21,1 | |
| 16 CONTROL "&Basic color management: Specify how colors appear on your monitor and printer.",rad1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,23,40,310,10 | |
| 17 CONTROL "&Proofing: See colors on your monitor and/or printer as they would appear on another device.",rad2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,51,310,10 | |
| 18 LTEXT "&Monitor Profile: (",stc1,30,68,148,8 | |
| 19 COMBOBOX cmb1,30,78,138,69,CBS_DROPDOWNLIST | | |
| 20 CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP | |
| 21 LTEXT "Pri&nter Profile: (",stc2,30,98,148,8 | |
| 22 COMBOBOX cmb2,30,108,138,69,CBS_DROPDOWNLIST | | |
| 23 CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP | |
| 24 LTEXT "&Rendering Intent:",stc3,192,82,138,8 | |
| 25 COMBOBOX cmb3,192,92,138,69,CBS_DROPDOWNLIST | | |
| 26 WS_VSCROLL | WS_TABSTOP | WS_GROUP | |
| 27 LTEXT "Em&ulated device profile:",stc4,30,128,140,8 | |
| 28 COMBOBOX cmb4,30,138,138,69,CBS_DROPDOWNLIST | | |
| 29 CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP | |
| 30 LTEXT "(Match intent is default for proofing)",stc6,192,107,144,8 | |
| 31 LTEXT "Ren&dering Intent:",stc5,192,128,138,8 | |
| 32 COMBOBOX cmb5,192,138,138,69,CBS_DROPDOWNLIST | | |
| 33 WS_VSCROLL | WS_TABSTOP | WS_GROUP | |
| 34 LTEXT "Image, graphic, or text generated by:",stc7,8,7,120,8 | |
| 35 EDITTEXT edt1,128,5,214,12,ES_READONLY | NOT WS_TABSTOP | WS_GROUP | |
| 36 DEFPUSHBUTTON "OK",IDOK,156,171,60,14 | |
| 37 PUSHBUTTON "Cancel",IDCANCEL,219,171,60,14 | |
| 38 PUSHBUTTON "&Apply",psh1,282,171,60,14 | |
| 39 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,8,29,334,134 | |
| 40 CONTROL "&Enable Color Management",chx1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP | WS_GROUP,13,25,96,10 | |
| 41 | |
| 42 END |
