//---------------------------------------------------------------------------
#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 18:49, local time: 2012/5/25 14:07,
38.107.179.230: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/iSXSupportFiles/StatusMonitor/Display.h"> scenix lib io osi3 tcpip iSXSupportFiles StatusMonitor Display</A> |
| Did you find what you needed? |
|
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
|
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE. |
.