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

📄 loop3.h

📁 公路站超载检测系统上位机软件系统源程序!
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef loop3H
#define loop3H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox7;
        TImage *Image4;
        TLabel *Label29;
        TLabel *Label18;
        TLabel *Label30;
        TLabel *Label31;
        TLabel *Label33;
        TLabel *Label32;
        TImage *Img_BClose;
        TImage *Img_BOpen;
        TImage *loop1_off_img;
        TImage *loop2_on_img;
        TImage *loop3_on_img;
        TImage *traff_gr_img;
        TImage *loop1_on_img;
        TImage *traff_red_img;
        TImage *loop3_off_img;
        TImage *loop2_off_img;
        TImage *left_img;
        TImage *right_img;
        TEdit *Edit_total;
        TEdit *axle_edit;
        TEdit *weigh_edit;
        TPanel *Panel3;
        TLabel *Label35;
        TLabel *Label55;
        TEdit *speed_edit;
        TGroupBox *GroupBox10;
        TImage *Ima_Class;
        TGroupBox *GroupBox11;
        TLabel *Label39;
        TLabel *Label40;
        TLabel *Label41;
        TLabel *Label42;
        TLabel *Label43;
        TLabel *Label44;
        TLabel *Label45;
        TLabel *Label46;
        TLabel *Label47;
        TLabel *Label48;
        TLabel *Label49;
        TEdit *EditAO1;
        TEdit *EditAO2;
        TEdit *EditAO4;
        TEdit *EditAO5;
        TEdit *EditAO6;
        TEdit *EditAO3;
        TEdit *EditAG1;
        TEdit *EditAG2;
        TEdit *EditAG3;
        TEdit *EditAG4;
        TEdit *EditAG5;
        TEdit *EditAG6;
        TEdit *EditAT1;
        TEdit *EditAT2;
        TEdit *EditAT3;
        TEdit *EditAT5;
        TEdit *EditAT6;
        TEdit *EditALi1;
        TEdit *EditALi2;
        TEdit *EditALi3;
        TEdit *EditALi4;
        TEdit *EditALi5;
        TEdit *EditALi6;
        TEdit *EditAT4;
        TBevel *Bevel1;
        TBevel *Bevel2;
        TEdit *EditVL;
        TLabel *Label54;
        TEdit *EditVT;
        TEdit *EditVO;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TPanel *Panel7;
        TShape *Shape16;
        TShape *Shape17;
        TLabel *Label4;
        TLabel *Label14;
        TShape *Shape18;
        TLabel *Label15;
        TLabel *Label16;
        TLabel *Label17;
        TLabel *Label5;
        TLabel *sysInfoLbl;
        TShape *Shape1;
        TShape *Shape2;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TGroupBox *GroupBox1;
        TButton *SysP;
        TButton *Button4;
        TButton *save;
        TButton *Butt_Cacle;
        TButton *Butt_Close;
        TRadioGroup *RG1;
        TButton *Button1;
        TButton *Button2;
        void __fastcall Butt_CloseClick(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall TendTimer(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm3(TComponent* Owner);
        __fastcall dmode();
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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