mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 14:21:33 +03:00
ab690e8f5c
This folder was last updated at this commit:
4a9163fb6d
11 lines
818 B
Plaintext
11 lines
818 B
Plaintext
132 DIALOG 0, 0, 118, 95
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
|
CAPTION "Väritaulukko"
|
|
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
DEFPUSHBUTTON "OK", 1, 72, 5, 42, 14
|
|
PUSHBUTTON "Peruuta", 2, 72, 22, 42, 14
|
|
LISTBOX 1099, 3, 2, 63, 90, LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
}
|