mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-03 12:22:23 +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, 200, 108
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
|
|
CAPTION "Bild drehen und spiegeln"
|
|
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|
FONT 8, "MS Shell Dlg"
|
|
{
|
|
GROUPBOX "Spiegeln oder drehen", 1054, 7, 7, 129, 94
|
|
AUTORADIOBUTTON "&Horizontal spiegeln", 1087, 13, 17, 77, 9
|
|
AUTORADIOBUTTON "&Vertikal spiegeln", 1088, 13, 30, 72, 9
|
|
AUTORADIOBUTTON "&Drehen im Winkel von:", 1089, 13, 43, 86, 9
|
|
AUTORADIOBUTTON "&90°", 1090, 49, 57, 30, 10
|
|
AUTORADIOBUTTON "&180°", 1091, 49, 69, 31, 10
|
|
AUTORADIOBUTTON "&270°", 1092, 49, 81, 33, 10
|
|
DEFPUSHBUTTON "OK", 1, 143, 8, 46, 14
|
|
PUSHBUTTON "Abbrechen", 2, 143, 25, 46, 14
|
|
}
|