Files
2023-02-13 19:32:10 +07:00

11 lines
818 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
132 DIALOG 0, 0, 129, 95
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
CAPTION "Πίνακας χρωμάτων"
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
FONT 8, "MS Shell Dlg"
{
DEFPUSHBUTTON "ΟΚ", 1, 73, 6, 50, 14
PUSHBUTTON "Άκυρο", 2, 73, 23, 50, 14
LISTBOX 1099, 3, 2, 63, 90, LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
}