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.5 KiB
Plaintext
17 lines
1.5 KiB
Plaintext
112 DIALOG 32, 16, 226, 105
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
|
CAPTION "Käännä ja kierrä"
|
|
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
GROUPBOX "Kääntäminen tai kiertäminen", 1054, 7, 7, 129, 94
|
|
AUTORADIOBUTTON "Käännä &vaakasuunnassa", 1087, 19, 17, 93, 10
|
|
AUTORADIOBUTTON "Käännä py&stysuunnassa", 1088, 19, 29, 89, 10
|
|
AUTORADIOBUTTON "&Kierrä kulmassa", 1089, 19, 41, 62, 10
|
|
AUTORADIOBUTTON "&90°", 1090, 55, 56, 25, 10
|
|
AUTORADIOBUTTON "&180°", 1091, 55, 68, 29, 10
|
|
AUTORADIOBUTTON "&270°", 1092, 55, 80, 29, 10
|
|
DEFPUSHBUTTON "OK", 1, 168, 8, 50, 14
|
|
PUSHBUTTON "Peruuta", 2, 168, 25, 50, 14
|
|
}
|