Mon Nov 1 14:40:21 1993 julliard@di.epfl.ch (Alexandre Julliard) * [if1632/user.spec] Removed some duplicate entries. * [include/dialog.h] [windows/dialog.c] Implemented dialog units and fonts. Added preliminary loading of dialog resources. Preliminary implementation of DialogBox(). Implemented Get/SetDlgItem* functions. * [windows/win.c] Implemented WM_PARENTNOTIFY message. Implemented CreateWindowEx() and GetWindow(). Completed DestroyWindow(). Mon Nov 1 18:19:34 1993 Erik Bos * [loader/signal.c] Added support for int 0x11 & 0x12. * [loader/int21.c] Improved function handling. Sun Oct 31 12:38:09 1993 David Metcalfe <david@prism.demon.co.uk> * [objects/font.c] Implemented GetCharWidth(). Wed Oct 27 09:56:06 1993 John Brezak <brezak@ch.hp.com> * [Makefile] Use GNU malloc. * [include/int21.h include/wine.h] Change sc_eflags to sc_efl . * [include/wine.h] Fix misplaced #endif Include <signal.h> for NetBSD * [loader/int21.c] Don't include <sys/vfs.h> in NetBSD Do include <sys/mount.h> in NetBSD Cleanup some lint. Mon Oct 26 17:59:01 1993 Erik Bos * [include/int21.h] Added. * [loader/int21.c] Added support for many dos ints. * [misc/file.c] [include/files.h] Moved OPEN_MAX and DosDriveStruct to files.h. Sun Oct 24 13:36:50 1993 David Metcalfe <david@prism.demon.co.uk> * [controls/button.c] Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE, RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with a preliminary USERBUTTON control. * [objects/text.c] Corrected bugs in TEXT_NextLine() and added handling of prefix character. * [controls/button.c] Disabled focus handling by commenting out SetFocus() calls until serious bug can be found. Oct 20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [controls/listbox.c] Listbox control window Painting cleanup, new messages processed. * [controls/scroll.c] Scroll bar control window Painting cleanup. * [controls/combo.c] Combo box control window Painting cleanup. Tue Oct 12 17:50:11 1993 julliard@di.epfl.ch (Alexandre Julliard) * [objects/color.c] [objects/palette.c] [windows/syscolor.c] Better support for the private color map. Using a private map is now the default. * [windows/win.c] Bug fix. * [include/dialog.h] [windows/dialog.c] Implemented CreateDialog*() and IsDialogMessage(). * [misc/xt.c] [windows/defwnd.c] Moved DefWindowProc() to defwnd.c. Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling. * [windows/defdlg.c] Started the implementation of DefDlgProc(). * [windows/win.c] Added WM_NCCREATE and WM_NCDESTROY messages. Implemented IsChild(). Tue Oct 12 17:50:20 1993 David Metcalfe <david@prism.demon.co.uk> * [windows/focus.c] Implemented GetFocus() and SetFocus(). * [windows/event.c] Added processing of FocusIn and FocusOut events. * [windows/graphics.c] Added DrawFocusRect(). Sat Oct 9 14:36:57 1993 Erik Bos * [loader/int1a.c] Added more function handling. Wed Oct 6 12:21:22 1993 Erik Bos * [loader/signal.c] Split signal.c into int1a.c, int21.c and signal.c. Tue Oct 5 22:12:40 1993 David Metcalfe * [controls/static.c] [control/widgets.c] Static control class. * [objects/text.c] Added processing of additional DT_ flags to DrawText(). * [windows/win.c] [misc/xt.c] Added SetWindowText() and WM_SETTEXT processing. Tue Oct 5 22:12:40 1993 Martin Ayotte * [controls/listbox.c] Listbox control window * [controls/scroll.c] Scroll bar control window * [controls/combo.c] Combo box control window * [include/combo.h] Combo box definitions * [include/listbox.h] Listbox definitions * [include/scroll.h] Scroll bar definitions Sat Oct 2 09:35:54 1993 Bob Amstadt (bob at pooh) * [if1632/callback.c] Fixed bug in MakeProcInstance(). * [debugger/info.c] Changed x/w and x/b to display in hex. * [debugger/i386-pinsn.c] Added code to properly unassemble 16-bit indexing. Fri Oct 1 08:29:05 1993 Bob Amstadt (bob at pooh) * [loader/files.c] [misc/profile.c] System initialization file is now called "wine.ini" and can be located in the current directory, the user's home directory, or any directories specified in the WINEPATH environment variable. * [tools/build.c] [if1632/call.S] [include/regfunc.h] Changed register function stack to match sigcontext structure. Thu Sep 30 22:30:21 1993 Bob Amstadt (bob at pooh) * [loader/files.c] Created function to search a path for files to load. * [loader/wine.c] Modified exe and dll file loading to search through path specified by the environment variable WINEPATH. Thu Sep 30 22:30:21 1993 Eric Youngdale * [loader/signal.c] Bug fix. Thu Sep 30 22:30:21 1993 John Brezak * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] [debugger/obstack.h] Updates to allow debugger to function under NetBSD.
250 lines
No EOL
6.4 KiB
C
Executable file
250 lines
No EOL
6.4 KiB
C
Executable file
/**********************************************************************
|
||
* Copyright (c) 1991 by TRG ELECTRONIK *
|
||
**********************************************************************/
|
||
|
||
#define szAppName "widgetClass"
|
||
|
||
#define IDNULL -1
|
||
|
||
#define IDSCLOSE 20
|
||
#define IDSOKCLOSE 21
|
||
#define IDSSAVE 22
|
||
#define IDSOKSAVE 23
|
||
#define IDINFO 24
|
||
#define IDSAVE 25
|
||
#define IDDELETE 26
|
||
#define IDNEW 27
|
||
|
||
|
||
#define IDBUSER 30
|
||
#define IDBUSER1 31
|
||
#define IDBUSER2 32
|
||
#define IDBUSER3 33
|
||
#define IDBUSER4 34
|
||
#define IDBUSER5 35
|
||
#define IDBUSER6 36
|
||
#define IDBUSER7 37
|
||
#define IDBUSER8 38
|
||
#define IDBUSER9 39
|
||
|
||
#define IDDJOBNAME 50
|
||
#define IDDPRINTER 51
|
||
|
||
#define IDSETUP 60
|
||
|
||
|
||
#define IDI_MKSICON 99
|
||
|
||
/******************************************/
|
||
|
||
#define MID_NEW 100
|
||
#define MID_OPEN 101
|
||
#define MID_SAVE 102
|
||
#define MID_SAVEAS 103
|
||
#define MID_PRINT 104
|
||
#define MID_PRSETUP 105
|
||
#define MID_STATUS 106
|
||
#define MID_QUIT 107
|
||
|
||
#define MID_CUT 121
|
||
#define MID_COPY 122
|
||
#define MID_PASTE 123
|
||
#define MID_CLEAR 124
|
||
#define MID_COPYTO 125
|
||
#define MID_PASTEFROM 126
|
||
|
||
#define MID_NEWPROD 140
|
||
#define MID_NEWBEER 141
|
||
#define MID_USERCFG 142
|
||
|
||
#define MID_POREGIE 151
|
||
#define MID_POBIERE 152
|
||
#define MID_DAYSTOCK 153
|
||
#define MID_RESERVE 154
|
||
#define MID_COCKSALE 155
|
||
#define MID_DRYSALE 156
|
||
#define MID_COMPILE 157
|
||
#define MID_RECETTES 158
|
||
#define MID_HD 159
|
||
#define MID_TESTPRN 160
|
||
#define MID_INFODSK 161
|
||
#define MID_SHARP 162
|
||
#define MID_PASSWORD 163
|
||
|
||
/******************************************/
|
||
|
||
#define IDDTEXT 200
|
||
#define IDDTXT1 201
|
||
#define IDDTXT2 202
|
||
#define IDDTXT3 203
|
||
#define IDDTXT4 204
|
||
#define IDDTXT5 205
|
||
#define IDDTXT6 206
|
||
#define IDDTXT7 207
|
||
#define IDDTXT8 208
|
||
#define IDDTXT9 209
|
||
#define IDDTXT10 210
|
||
#define IDDTXT11 211
|
||
#define IDDTXT12 212
|
||
#define IDDTXT13 213
|
||
#define IDDTXT14 214
|
||
#define IDDTXT15 215
|
||
#define IDDTXT16 216
|
||
#define IDDTXT17 217
|
||
#define IDDTXT18 218
|
||
#define IDDTXT19 219
|
||
|
||
#define IDDBUTTON1 220
|
||
#define IDDBUTTON2 221
|
||
#define IDDBUTTON3 222
|
||
#define IDDBUTTON4 223
|
||
#define IDDBUTTON5 224
|
||
#define IDDBUTTON6 225
|
||
#define IDDBUTTON7 226
|
||
#define IDDBUTTON8 227
|
||
#define IDDBUTTON9 228
|
||
#define IDDBUTTON10 229
|
||
|
||
#define IDDCHKBOX1 240
|
||
#define IDDCHKBOX2 241
|
||
#define IDDCHKBOX3 242
|
||
#define IDDCHKBOX4 243
|
||
#define IDDCHKBOX5 244
|
||
#define IDDCHKBOX6 245
|
||
#define IDDCHKBOX7 246
|
||
#define IDDCHKBOX8 247
|
||
#define IDDCHKBOX9 248
|
||
#define IDDCHKBOX10 249
|
||
|
||
#define IDDSCROLL1 250
|
||
#define IDDSCROLL2 251
|
||
#define IDDSCROLL3 252
|
||
#define IDDSCROLL4 253
|
||
#define IDDSCROLL5 254
|
||
#define IDDSCROLL6 255
|
||
#define IDDSCROLL7 256
|
||
#define IDDSCROLL8 257
|
||
|
||
#define IDDSTR1 2000
|
||
#define IDDSTR2 2001
|
||
#define IDDSTR3 2002
|
||
#define IDDSTR4 2003
|
||
#define IDDSTR5 2004
|
||
#define IDDSTR6 2005
|
||
#define IDDSTR7 2006
|
||
#define IDDSTR8 2007
|
||
#define IDDSTR9 2008
|
||
#define IDDSTR10 2009
|
||
#define IDDSTR11 2010
|
||
#define IDDSTR12 2011
|
||
#define IDDSTR13 2012
|
||
#define IDDSTR14 2013
|
||
#define IDDSTR15 2014
|
||
#define IDDSTR16 2015
|
||
#define IDDSTR17 2016
|
||
#define IDDSTR18 2017
|
||
#define IDDSTR19 2018
|
||
#define IDDSTR20 2019
|
||
#define IDDSTR21 2020
|
||
#define IDDSTR22 2021
|
||
#define IDDSTR23 2022
|
||
#define IDDSTR24 2023
|
||
#define IDDSTR25 2024
|
||
#define IDDSTR26 2025
|
||
#define IDDSTR27 2026
|
||
#define IDDSTR28 2027
|
||
#define IDDSTR29 2028
|
||
#define IDDSTR30 2029
|
||
#define IDDSTR31 2030
|
||
#define IDDSTR32 2031
|
||
#define IDDSTR33 2032
|
||
#define IDDSTR34 2033
|
||
#define IDDSTR35 2034
|
||
#define IDDSTR36 2035
|
||
#define IDDSTR37 2036
|
||
#define IDDSTR38 2037
|
||
#define IDDSTR39 2038
|
||
#define IDDSTR40 2039
|
||
#define IDDSTR41 2040
|
||
#define IDDSTR42 2041
|
||
#define IDDSTR43 2042
|
||
#define IDDSTR44 2043
|
||
#define IDDSTR45 2044
|
||
#define IDDSTR46 2045
|
||
#define IDDSTR47 2046
|
||
#define IDDSTR48 2047
|
||
#define IDDSTR49 2048
|
||
#define IDDSTR50 2049
|
||
#define IDDSTR51 2050
|
||
#define IDDSTR52 2051
|
||
#define IDDSTR53 2052
|
||
#define IDDSTR54 2053
|
||
#define IDDSTR55 2054
|
||
#define IDDSTR56 2055
|
||
#define IDDSTR57 2056
|
||
#define IDDSTR58 2057
|
||
#define IDDSTR59 2058
|
||
#define IDDSTR60 2059
|
||
#define IDDSTR61 2060
|
||
#define IDDSTR62 2061
|
||
#define IDDSTR63 2062
|
||
#define IDDSTR64 2063
|
||
#define IDDSTR65 2064
|
||
#define IDDSTR66 2065
|
||
#define IDDSTR67 2066
|
||
#define IDDSTR68 2067
|
||
#define IDDSTR69 2068
|
||
#define IDDSTR70 2069
|
||
|
||
|
||
/******************************************/
|
||
|
||
#define IDDDEFAULTS 1001
|
||
#define IDDCHECKBOX 1002
|
||
#define IDDNULL 1003
|
||
#define IDDRBLEFT 1004
|
||
#define IDDRBRIGHT 1005
|
||
#define IDDRBCENTER 1006
|
||
#define IDDLISTBOX 1007
|
||
#define IDDSBH 1008
|
||
#define IDDSBV 1009
|
||
|
||
/******************************************/
|
||
|
||
#define ABOUT_Dlg 2001
|
||
#define NEW_Dlg 2002
|
||
#define OPEN_Dlg 2003
|
||
#define SAVE_Dlg 2004
|
||
#define SAVEAS_Dlg 2005
|
||
#define PRINT_Dlg 2006
|
||
#define ABORT_Dlg 2007
|
||
#define PRSETUP_Dlg 2008
|
||
#define QUIT_Dlg 2009
|
||
|
||
#define GETOBJ_Dlg 2020
|
||
#define NEWPROD_Dlg 2021
|
||
#define NEWBEER_Dlg 2022
|
||
#define USERCFG_Dlg 2023
|
||
#define POREGIE_Dlg 2024
|
||
#define POBIERE_Dlg 2025
|
||
#define PASSWORD_Dlg 2026
|
||
#define TVQ_Dlg 2027
|
||
|
||
#define LTEXTOK_Dlg 2070
|
||
|
||
|
||
/******************************************/
|
||
|
||
#define RED 0x000000FF
|
||
#define GREEN 0x0000FF00
|
||
#define BLUE 0x00FF0000
|
||
#define CYAN 0x00FFFF00
|
||
#define MAGENTA 0x00FF00FF
|
||
#define BLACK 0x00000000
|
||
#define WHITE 0x00FFFFFF
|
||
#define GRAY 0x00808080
|
||
#define LTGRAY 0x00C0C0C0
|
||
#define DKGRAY 0x00404040
|
||
|
||
|
||
|