//--------------------------------------------------------------------------- #ifndef DisplayH #define DisplayH //--------------------------------------------------------------------------- #include <vcl\Classes.hpp> #include <vcl\Controls.hpp> #include <vcl\StdCtrls.hpp> #include <vcl\Forms.hpp> #include <vcl\ExtCtrls.hpp> #include <ComCtrls.hpp> #include "ComDrv32.hpp" //--------------------------------------------------------------------------- class TDisplayForm : public TForm { __published: // IDE-managed Components TPanel *Panel1; TComboBox *ComPort; TLabel *Label1; TComboBox *Speed; TLabel *Label2; TButton *Button1; TButton *Button2; TCommPortDriver *SerialPort; TTreeView *Log; TButton *Button3; void __fastcall Button2Click(TObject *Sender); void __fastcall ComPortChange(TObject *Sender); void __fastcall SpeedChange(TObject *Sender); void __fastcall SerialPortReceiveData(TObject *Sender, Pointer DataPtr, int DataSize); void __fastcall Button1Click(TObject *Sender); void __fastcall Button3Click(TObject *Sender); private: // User declarations TTreeNode *lastNode; public: // User declarations __fastcall TDisplayForm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TDisplayForm *DisplayForm; //--------------------------------------------------------------------------- #endif
file: /Techref/scenix/lib/io/osi3/tcpip/iSXSupportFiles/StatusMonitor/Display.h, 1KB, , updated: 2005/8/19 17:49, local time: 2024/11/15 05:43,
3.137.164.43:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/scenix/lib/io/osi3/tcpip/iSXSupportFiles/StatusMonitor/Display.h"> scenix lib io osi3 tcpip iSXSupportFiles StatusMonitor Display</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.