mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 22:31:43 +03:00
ab690e8f5c
This folder was last updated at this commit:
4a9163fb6d
11 lines
840 B
Plaintext
11 lines
840 B
Plaintext
132 DIALOG 0, 0, 128, 97
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
|
CAPTION "Tabela de cores"
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
|
FONT 8, "MS Sans Serif"
|
|
{
|
|
DEFPUSHBUTTON "OK", 1, 73, 6, 50, 14
|
|
PUSHBUTTON "Cancelar", 2, 73, 23, 50, 14
|
|
LISTBOX 1099, 3, 4, 63, 90, LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
}
|