//---------------------------------------------------------------------------
#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/eSXSupportFiles/StatusMonitor/Display.h, 1KB, , updated: 2005/8/19 18:49, local time: 2012/5/25 14:02,
38.107.179.231:LOG IN |
| ©2012 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://www.piclist.com/techref/scenix/lib/io/osi3/tcpip/eSXSupportFiles/StatusMonitor/Display.h"> scenix lib io osi3 tcpip eSXSupportFiles StatusMonitor Display</A> |
| Did you find what you needed? |
|
|
.