File: INCLUDE\MESPARA\MESPARAW.H
1 //******************************************************************************
2 //Datei : mesparaw.h
3 //Projekt : XCTL
4 //Subsystem : Allgemeine Einstellungen
5 //Autor : Jens Klier <klier@informatik.hu-berlin.de>
6 // Institut fuer Informatik,
7 // Humboldt-Universitaet Berlin
8 //Inhalt : Interface der Klasse TMeasurementParameterDlg
9 //******************************************************************************
10 //!neu klier Allgemeine Einstellungen
11
12 #include "utils\u_utils.h" // TModalDlg
13
14 //--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||--
15
16 class TMeasurementParameterDlg : public TModalDlg
17 {
18 public:
19 TMeasurementParameterDlg(LPSTR);
20
21 private:
22 BOOL Dlg_OnInit( HWND, HWND, LPARAM );
23 void Dlg_OnCommand( HWND, int, HWND, UINT );
24 void RefreshAll( HWND );
25 };
26
27
28 // LastLine
29
30