Release 960516
[wine.git] / resources / TODO
blobdbd7c26112d64de26d04cbd69f2d6f612e71cd86
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.
4 Therefore:
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
17       the dialog box.
18 75  : Y-offset
19 50  : The width of the button
20 14  : The height
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
25                     version).
28 Frans van Dorsselaer
29 dorssel@rulhm1.LeidenUniv.nl
30 ***************************************************************
31 1996, April, 7th
33 Subject: ChooseColor
34          ===========
36 Today I introduced ChooseColor() to commdlg.c.
37 Because this old resource was insufficient I wrote a new one
38 (including some new static contols).
40 Please delete the old CHOOSECOLOR in YOUR sysres_??.rc   
41 and insert the new CHOOSECOLOR from sysres_En.rc to YOUR 
42 language file and translate this as you like it - 
43 otherwise you'll get an undefined behavour. 
45 Today it works well for:
46 * English 
47 * German
48 * French
49 * Italian
50 * Korean
51 ...to be continued......
53 Thank you.
55 Albrecht Kleine
56 kleine@ak.sax.de
58 **************************************************************
59 1996, May, 2nd
61 Subject ChooseFont
63 Just like ChooseColor, please copy CHOSEFONT from sysres_EN.rc,
64 and translate it to your language. It's okay for:
66 * English
67 * German
68 .....
70 Thank you.
72 Albrecht Kleine
73 kleine@ak.sax.de