//--------------------------------------------------------------------------- #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: 2025/5/2 11:55,
3.135.202.40:LOG IN
|
©2025 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? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.