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, 172, 117
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
|
CAPTION "Barvna tabela"
|
|
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
|
FONT 8, "MS Sans Serif"
|
|
{
|
|
DEFPUSHBUTTON "V redu", 1, 97, 7, 67, 17
|
|
PUSHBUTTON "Prekliči", 2, 97, 28, 67, 17
|
|
LISTBOX 1099, 4, 2, 84, 111, LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
}
|