//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TPageControl *PageControl1; TTabSheet *TabSheet1; TTabSheet *TabSheet2; TLabel *Label1; TShape *Shape_00; TLabel *Label5; TComboBox *ComboBox_SlaveID_00; TButton *Button_AddDevice_00; TLabel *Label9; TLabel *Label10; TLabel *Label11; TBevel *Bevel1; TComboBox *ComboBox_ClassID_00; TComboBox *ComboBox_InstanceID_00; TComboBox *ComboBox_AttributeID_00; TButton *Button_GetAttr_00; TEdit *GetAttr_00; TButton *Button_StartDevice_00; TEdit *GetAttrAsc_00; TLabel *Label21; TBevel *Bevel6; TButton *Button_StopDevice_00; TEdit *Edit_SetAttr_00; TButton *Button_SetAttr_00; TEdit *Edit_MasterMACID_00; TLabel *Label25; TEdit *Edit_BaudRate_00; TButton *Button_GetMasterMACID_00; TButton *Button_GetBaudRate_00; TButton *Button_SetMasterMACID_00; TButton *Button_SetBaudRate_00; TButton *Button_Active_00; TLabel *Label26; TEdit *Edit_TotalBoards; TButton *Button_GetScanList_00; TPanel *Panel1; TRadioGroup *RadioGroup1; TRadioButton *RadioButton_Poll_00; TRadioButton *RadioButton_Strobe_00; TRadioButton *RadioButton_COS_00; TRadioButton *RadioButton_Cyclic_00; TLabel *Label27; TEdit *Edit_NewMACID_00; TLabel *Label28; TLabel *Label29; TEdit *Edit_NewEPR_00; TLabel *Label30; TLabel *Label31; TEdit *Edit_InputLen_00; TLabel *Label32; TEdit *Edit_OutputLen_00; TBevel *Bevel2; TBevel *Bevel3; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label6; TShape *Shape_01; TComboBox *ComboBox_SlaveID_01; TComboBox *ComboBox_ClassID_01; TComboBox *ComboBox_InstanceID_01; TComboBox *ComboBox_AttributeID_01; TButton *Button_GetAttr_01; TEdit *GetAttr_01; TButton *Button_StartDevice_01; TEdit *GetAttrAsc_01; TButton *Button_StopDevice_01; TEdit *Edit_SetAttr_01; TButton *Button_SetAttr_01; TEdit *Edit_MasterMACID_01; TEdit *Edit_BaudRate_01; TButton *Button_GetMasterMACID_01; TButton *Button_GetBaudRate_01; TButton *Button_SetMasterMACID_01; TButton *Button_SetBaudRate_01; TButton *Button_Active_01; TButton *Button_GetScanList_01; TPanel *Panel2; TLabel *Label7; TLabel *Label8; TLabel *Label12; TLabel *Label13; TLabel *Label14; TLabel *Label15; TButton *Button_AddDevice_01; TRadioGroup *RadioGroup2; TRadioButton *RadioButton_Poll_01; TRadioButton *RadioButton_Strobe_01; TRadioButton *RadioButton_COS_01; TRadioButton *RadioButton_Cyclic_01; TEdit *Edit_NewMACID_01; TEdit *Edit_NewEPR_01; TEdit *Edit_InputLen_01; TEdit *Edit_OutputLen_01; TLabel *Label16; TLabel *Label17; TLabel *Label18; TButton *Button_ClosePort_00; TButton *Button_ClosePort_01; void __fastcall Button_AddDevice_00Click(TObject *Sender); void __fastcall Button_GetAttr_00Click(TObject *Sender); void __fastcall Button_StartDevice_00Click(TObject *Sender); void __fastcall Button_StopDevice_00Click(TObject *Sender); void __fastcall Button_SetAttr_00Click(TObject *Sender); void __fastcall Button_Active_00Click(TObject *Sender); void __fastcall Button_GetMasterMACID_00Click(TObject *Sender); void __fastcall Button_SetMasterMACID_00Click(TObject *Sender); void __fastcall Button_GetBaudRate_00Click(TObject *Sender); void __fastcall FormActivate(TObject *Sender); void __fastcall Button_GetScanList_00Click(TObject *Sender); void __fastcall Button_SetBaudRate_00Click(TObject *Sender); void __fastcall Button_ClosePort_00Click(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif