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
17 lines
1.4 KiB
Plaintext
17 lines
1.4 KiB
Plaintext
112 DIALOG 32, 16, 200, 108
|
||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
||
CAPTION "Prevrátiť a otočiť"
|
||
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
||
FONT 8, "MS Shell Dlg"
|
||
{
|
||
GROUPBOX "Prevrátiť alebo otočiť", 1054, 7, 7, 129, 94
|
||
AUTORADIOBUTTON "P&revrátiť vodorovne", 1087, 13, 20, 77, 9
|
||
AUTORADIOBUTTON "Prevrátiť &zvislo", 1088, 13, 33, 72, 9
|
||
AUTORADIOBUTTON "&Otočiť o uhol", 1089, 13, 46, 72, 9
|
||
AUTORADIOBUTTON "&90°", 1090, 49, 60, 30, 10
|
||
AUTORADIOBUTTON "&180°", 1091, 49, 73, 31, 10
|
||
AUTORADIOBUTTON "&270°", 1092, 49, 86, 33, 10
|
||
DEFPUSHBUTTON "OK", 1, 142, 7, 50, 14
|
||
PUSHBUTTON "Zrušiť", 2, 142, 27, 50, 14
|
||
}
|