1 The dimensions of the controls should be changed so that they will be big
2 enough to contain the text for every individual language.
6 - Dimensions of controls are based on sysres_En.rc. Other languages should
7 change these dimensions in order to make the text fit.
9 I (krynos@qbc.clic.net) will try to make sysres_Fr.rc fit correctly, if
10 someone is interrested in others languages, message me. I may correct
11 others languages after, but not soon.
13 Here are structure of each line (for example):
14 PUSHBUTTON "&Help", 1038, 174, 75, 50, 14, WS_GROUP | WS_TABSTOP
15 1038: The ID of this button, you shouldn't change this.
16 174 : X-offset of the button with respect to the upper-left corner of
19 50 : The width of the button
21 flags (WS_??? etc): They control how the dialog behaves. Things like:
22 changing the focus with a TAB, scrolling to a list
23 of radiobuttons with up/down keys, etc. If you're
24 not sure: leave them as they are (in the english
29 dorssel@rulhm1.LeidenUniv.nl
30 ***************************************************************
36 Please delete the old CHOOSECOLOR in YOUR sysres_??.rc
37 and insert the new CHOOSECOLOR from sysres_En.rc to YOUR
38 language file and translate this as you like it -
39 otherwise you'll get an undefined behavour.
41 Today it works well for:
49 ...to be continued......
56 **************************************************************
61 Just like ChooseColor, please copy CHOSEFONT from sysres_EN.rc,
62 and translate it to your language. It's okay for:
77 **************************************************************
82 There now is a resource EDITMENU. It is the menu that is displayed when you
83 click the right mouse button within an edit control. I included an English
84 version in all sysres_??.rc files, which needs translation in your language.
85 This has now been done for:
91 Note: I picked the IDs of the menuitems "at random". When someone wants to
92 find out the "real" (win95) values, feel free to change them. However, you
93 should change _all_ sysres_??.rc files and subsequently the function
94 EDIT_WM_Command() in controls/edit.c. This is a matter of minutes (i.e. no
95 programming skills required).
100 dorssel@rulhm1.LeidenUniv.nl