add correct comments for buttons
[reactos.git] / reactos / base / applications / imagesoft / En.rc
1 IDR_MAINMENU MENU
2 BEGIN
3 POPUP "&File"
4 BEGIN
5 MENUITEM "&New...", ID_NEW
6 MENUITEM "&Open...", ID_OPEN
7 MENUITEM SEPARATOR
8 MENUITEM "&Close\tCtrl+F4", ID_CLOSE, GRAYED
9 MENUITEM "C&lose all", ID_CLOSEALL, GRAYED
10 MENUITEM SEPARATOR
11 MENUITEM "&Save", ID_SAVE, GRAYED
12 MENUITEM "Save &As...", ID_SAVEAS, GRAYED
13 MENUITEM SEPARATOR
14 MENUITEM "Print Pre&view", ID_PRINTPRE, GRAYED
15 MENUITEM "&Print...", ID_PRINT, GRAYED
16 MENUITEM SEPARATOR
17 MENUITEM "Pr&operties...", ID_PROP, GRAYED
18 MENUITEM SEPARATOR
19 MENUITEM "E&xit\tAlt+F4", ID_EXIT
20 END
21 POPUP "&Edit"
22 BEGIN
23 MENUITEM "&Undo", ID_UNDO, GRAYED
24 MENUITEM "&Redo", ID_REDO, GRAYED
25 MENUITEM SEPARATOR
26 MENUITEM "Cu&t", ID_CUT, GRAYED
27 MENUITEM "&Copy", ID_COPY, GRAYED
28 MENUITEM "&Paste", ID_PASTE, GRAYED
29 MENUITEM "Paste as new &image", ID_PASTENEWIMAGE, GRAYED
30 MENUITEM SEPARATOR
31 MENUITEM "Select &All", ID_SELALL, GRAYED
32 END
33 POPUP "&View"
34 BEGIN
35 MENUITEM "&Tools", ID_TOOLS, CHECKED
36 MENUITEM "&Color", -1, CHECKED
37 MENUITEM "&History", -1, CHECKED
38 MENUITEM "&Status Bar", ID_STATUSBAR, CHECKED
39 END
40 POPUP "&Image"
41 BEGIN
42 MENUITEM "&Crop...", -1, GRAYED
43 MENUITEM "&Resize...", -1, GRAYED
44 MENUITEM "R&otate...", -1, GRAYED
45 MENUITEM "&Flip...", -1, GRAYED
46 MENUITEM "&Stretch...", -1, GRAYED
47 MENUITEM "S&kew...", -1, GRAYED
48 MENUITEM "&Invert Colors", -1, GRAYED
49 MENUITEM SEPARATOR
50 MENUITEM "&Attributes...", -1, GRAYED
51 END
52 POPUP "&Colors"
53 BEGIN
54 MENUITEM "&Edit Colors...", ID_EDITCOLOURS
55 END
56 POPUP "&Window"
57 BEGIN
58 MENUITEM "&Cascade", ID_WINDOW_CASCADE
59 MENUITEM "Tile &Horizontally", ID_WINDOW_TILE_HORZ
60 MENUITEM "Tile &Vertiacally", ID_WINDOW_TILE_VERT
61 MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
62 MENUITEM SEPARATOR
63 MENUITEM "Nex&t\tCtrl+F6", ID_WINDOW_NEXT
64 END
65 POPUP "&Help"
66 BEGIN
67 MENUITEM "&About...", ID_ABOUT
68 END
69 END
70
71 IDR_POPUP MENU
72 BEGIN
73 POPUP "popup"
74 BEGIN
75
76 MENUITEM SEPARATOR
77
78 END
79 END
80
81
82 IDD_ABOUTBOX DIALOGEX 22,16,210,182
83 CAPTION "About ImageSoft"
84 FONT 8,"Tahoma",0,0
85 STYLE WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
86 //EXSTYLE WS_EX_LAYERED
87 BEGIN
88 LTEXT "ImageSoft v0.1\nCopyright (C) 2006\nThomas Weidenmueller (w3seek@reactos.org)\nGed Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 150, 36
89 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
90 ICON IDI_IMAGESOFTICON, IDC_STATIC, 10, 10, 7, 30
91 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
92 END
93
94
95 IDD_IMAGE_PROP DIALOGEX 6, 5, 156, 163
96 CAPTION "Image Properties"
97 FONT 8,"MS Sans Serif",0,0
98 STYLE WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
99 BEGIN
100 LTEXT "Name:", IDC_STATIC, 12, 5, 38, 9
101 EDITTEXT IDC_IMAGE_NAME_EDIT, 58, 3, 94, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
102 GROUPBOX "Canvas properties", IDC_STATIC, 4, 22, 148, 98
103 LTEXT "Image type:", IDC_STATIC, 12, 36, 42, 9
104 CONTROL "", IDC_IMAGETYPE, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 35, 88, 54
105 LTEXT "Width:", IDC_STATIC, 12, 51, 42, 9
106 EDITTEXT IDC_WIDTH_EDIT, 58, 49, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
107 LTEXT "", IDC_WIDTH_STAT, 94, 51, 40, 9
108 LTEXT "Height:", IDC_STATIC, 12, 68, 42, 9
109 EDITTEXT IDC_HEIGHT_EDIT, 58, 66, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
110 LTEXT "", IDC_HEIGHT_STAT, 94, 68, 40, 9
111 LTEXT "Resolution:", IDC_STATIC, 12, 84, 42, 9
112 EDITTEXT IDC_RES_EDIT, 58, 83, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
113 LTEXT "", IDC_RES_STAT, 94, 84, 40, 9
114 LTEXT "Unit:", IDC_STATIC, 12, 99, 42, 9
115 CONTROL "", IDC_UNIT, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 99, 54, 50
116 LTEXT "Image size:", IDC_STATIC, 12, 125, 42, 9
117 LTEXT "", IDC_IMAGE_SIZE, 58, 125, 54, 9
118 PUSHBUTTON "OK", IDOK, 50, 144, 48, 13
119 PUSHBUTTON "Cancel", IDCANCEL, 102, 144, 48, 13
120 END
121
122 STRINGTABLE DISCARDABLE
123 BEGIN
124 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
125 IDS_READY " Ready."
126 IDS_TOOLBAR_STANDARD "Standard"
127 IDS_TOOLBAR_TEST "Test"
128 IDS_IMAGE_NAME "Image %1!u!"
129 IDS_FLT_TOOLS "Tools"
130 IDS_FLT_COLORS "Colors"
131 IDS_FLT_HISTORY "History"
132 END
133
134 /* imageprop.c */
135 STRINGTABLE DISCARDABLE
136 BEGIN
137 IDS_IMAGE_MONOCHROME "Monochrome (1 bit)"
138 IDS_IMAGE_GREYSCALE "Greyscale (8 bit)"
139 IDS_IMAGE_PALETTE "Palette or 256 color (8 bit)"
140 IDS_IMAGE_TRUECOLOR "True color (24 bit)"
141
142 IDS_UNIT_PIXELS "Pixels"
143 IDS_UNIT_CM "Cm"
144 IDS_UNIT_INCHES "Inches"
145 IDS_UNIT_DOTSCM "Dots / Cm"
146 IDS_UNIT_DPI "DPI"
147 IDS_UNIT_KB "%d KB"
148 IDS_UNIT_MB "%d MB"
149 END
150
151 /* Tooltips */
152 STRINGTABLE DISCARDABLE
153 BEGIN
154 IDS_TOOLTIP_NEW "New"
155 IDS_TOOLTIP_OPEN "Open"
156 IDS_TOOLTIP_SAVE "Save"
157 IDS_TOOLTIP_PRINTPRE "Print preview"
158 IDS_TOOLTIP_PRINT "Print"
159 IDS_TOOLTIP_CUT "Cut"
160 IDS_TOOLTIP_COPY "Copy"
161 IDS_TOOLTIP_PASTE "Paste"
162 IDS_TOOLTIP_UNDO "Undo"
163 IDS_TOOLTIP_REDO "Redo"
164 END
165
166 /* Hints */
167 STRINGTABLE DISCARDABLE
168 BEGIN
169 IDS_HINT_EXIT " Exits this application."
170
171 IDS_HINT_SYS_RESTORE " Restores this window to normal size."
172 IDS_HINT_SYS_MOVE " Moves this window."
173 IDS_HINT_SYS_SIZE " Resizes this window."
174 IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
175 IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
176 IDS_HINT_SYS_CLOSE " Closes this window."
177 IDS_HINT_SYS_NEXT " Activates the next window."
178 END
179