fixpart.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 #include "iangulargaugex.h"
00037 #include "iledrectanglex.h"
00038 #include "iledroundx.h"
00039
00040
00042
00043
00044 #ifndef __AFXEXT_H__
00045 #include <afxext.h>
00046 #endif
00047
00048 class CViewFixpart : public CValidForm
00049 {
00050 public:
00051 CViewFixpart();
00052 DECLARE_DYNCREATE(CViewFixpart)
00053
00054 public:
00055
00056 enum { IDD = IDD_FIXPART_FORM };
00057 CButton m_BetriebszustandButton;
00058 CButton m_AufnahmeButton;
00059 CButton m_LinearisierungsButton;
00060 CButton m_ServiceButton;
00061 CButton m_ProgrammierenButton;
00062 CButton m_MvMmButton;
00063 CiAngularGaugeX m_GreiferAnzeige;
00064 CiLedRectangleX m_OnlineLed;
00065 CiLedRoundX m_LedACtrl;
00066 CiLedRoundX m_LedBCtrl;
00067 CiLedRoundX m_LedCCtrl;
00068 CiLedRoundX m_LedZuCtrl;
00069 CiLedRoundX m_LedAufCtrl;
00070 CString m_StatusBar;
00071 CString m_GreiferMm;
00072 CString m_GreiferMv;
00073 CString m_WerteInText;
00074 CString m_FpsSpeicherA;
00075 CString m_FpsSpeicherAuf;
00076 CString m_FpsSpeicherB;
00077 CString m_FpsSpeicherC;
00078 CString m_FpsSpeicherZu;
00079 CString m_ModusString;
00080
00081
00082
00083 public:
00084 private:
00085 bool m_bIsInitialized;
00086
00087 enum BUTTON_PRESSED
00088 {
00089 AUFNAHME,
00090 BETRIEBSZUSTAND,
00091 LINEARISIERUNG,
00092 PROGRAMMIEREN,
00093 SERVICE
00094 };
00095
00096 BUTTON_PRESSED m_eLastButton;
00097 BUTTON_PRESSED m_eNewButton;
00098
00099 void ChangeButton( void );
00100
00101 unsigned int m_uiCounter;
00102 unsigned int m_AktualisiereSchaltBereichCnt;
00103
00104
00105 public:
00106
00107
00108
00109
00110 public:
00111 virtual void OnInitialUpdate();
00112 virtual void OnFinalRelease();
00113 protected:
00114 virtual void DoDataExchange(CDataExchange* pDX);
00115 virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
00116
00117
00118
00119 protected:
00120 virtual ~CViewFixpart();
00121 #ifdef _DEBUG
00122 virtual void AssertValid() const;
00123 virtual void Dump(CDumpContext& dc) const;
00124 #endif
00125
00126
00127
00128 afx_msg void OnTimer(UINT nIDEvent);
00129 afx_msg void OnProgrammierenButton();
00130 afx_msg void OnLinearisierungButton();
00131 afx_msg void OnServiceButton();
00132 afx_msg void OnBetriebszustandButton();
00133 afx_msg void OnAufnahmeButton();
00134 afx_msg void OnMvMmButton();
00135
00136 DECLARE_MESSAGE_MAP()
00137 };
Erzeugt am Tue Mar 11 14:25:15 2008 für SchunkFPS von
1.3.7