⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 echoramapp.h

📁 Module usb ram - bardzo uzyteczny do komunikacji z innymi urzadzeniami
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef EchoRAMAppH
#define EchoRAMAppH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>

// Naglowek biblioteki zarzadzania modulem USB
#include "FTD2XX.h"
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
   TGroupBox *GroupBox1;
   TStaticText *StaticText1;
   TMemo *Memo1;
   TStatusBar *StatusBar1;
   TGroupBox *GroupBox2;
   TStaticText *StaticText2;
   TLabel *Label1;
   TLabel *Label2;
   TLabel *Label3;
   TLabel *Label4;
   TLabel *Label5;
   TLabel *Label6;
   TLabel *Label7;
   TLabel *Label8;
   TLabel *Label9;
   TLabel *Label10;
   TShape *Shape2;
   TButton *Button1;
   TButton *Button2;
   TGroupBox *GroupBox3;
   TStaticText *StaticText3;
   TMemo *Memo2;
   TGroupBox *GroupBox4;
   TStaticText *StaticText4;
   TMemo *Memo3;
   TButton *Button4;
   TGroupBox *GroupBox5;
   TStaticText *StaticText6;
   TEdit *Edit1;
   TUpDown *UpDown1;
   TGroupBox *GroupBox6;
   TStaticText *StaticText5;
   TEdit *Edit2;
   TUpDown *UpDown2;
   TButton *Button3;
   TGroupBox *GroupBox7;
   TStaticText *StaticText7;
   TEdit *Edit3;
   TUpDown *UpDown3;
   TButton *Button5;
   TOpenDialog *OpenDialog1;
   TGroupBox *GroupBox8;
   TLabel *Label12;
   TLabel *Label17;
   TLabel *Label18;
   TStaticText *StaticText8;
   void __fastcall Button1Click(TObject *Sender);
   void __fastcall Button2Click(TObject *Sender);
   void __fastcall Button3Click(TObject *Sender);
   void __fastcall Button4Click(TObject *Sender);
   void __fastcall Button5Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
   __fastcall TForm1(TComponent* Owner);

   // Zmienne zarzadzania modulem USB
   FT_STATUS ftStatus;
   FT_HANDLE ftHandle;
   DWORD numDevs;
   DWORD DevNum;
   DWORD devIndex;

   DWORD SendCounter;
   DWORD ReadCounter;

};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -