home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
pctchnqs
/
1991
/
number5
/
dlg
/
ids.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-10-01
|
326b
|
22 lines
unit ids;
interface
const
dlg_KeyWords = 101;
dlg_Source = 102;
dlg_Date = 103;
dlg_CrossRef = 104;
dlg_Note = 105;
dlg_Mail = 106;
dlg_ToDo = 107;
dlg_Urgent = 108;
dlg_Done = 109;
dlg_Remarks = 110;
id_Menu = 100;
cm_DialogShow = 101;
id_NotesDlg = 100;
implementation
end.