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

📄 csh.h

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

#ifndef cshH
#define cshH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <jpeg.hpp>
#include <ComCtrls.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TForm5 : public TForm
{
__published:	// IDE-managed Components
        TBevel *Bevel1;
        TLabel *Label1;
        TMemo *Memo2;
        TImage *Image1;
        TShape *Shape1;
        TStatusBar *SBar;
        TShape *Shape2;
        TLabel *Label2;
        TLabel *Label3;
        TEdit *Edit1;
        TSpeedButton *SpeedButton1;
        TSpeedButton *SpeedButton2;
        TLabel *Label4;
        TShape *Shape3;
        TShape *Shape4;
        TSpeedButton *SpeedButton4;
        TSpeedButton *SpeedButton5;
        TShape *Shape5;
        TRadioButton *RB2;
        TRadioButton *RB1;
        TRadioButton *RB3;
        TRadioButton *RB4;
        TRadioButton *RB5;
        TRadioButton *RB6;
        TRadioButton *RB7;
        TMemo *Memo1;
        TSpeedButton *SpeedButton3;
        TSpeedButton *SpeedButton6;
        TSpeedButton *SpeedButton7;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Shape1MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall SpeedButton5Click(TObject *Sender);
        void __fastcall SpeedButton2MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall SpeedButton1MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall SpeedButton5MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall SpeedButton4MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall Shape2MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall Shape4MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall Memo1MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall Memo2MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall SpeedButton4Click(TObject *Sender);
        void __fastcall RB1Click(TObject *Sender);
        void __fastcall RB2Click(TObject *Sender);
        void __fastcall RB3Click(TObject *Sender);
        void __fastcall RB4Click(TObject *Sender);
        void __fastcall RB5Click(TObject *Sender);
        void __fastcall RB6Click(TObject *Sender);
        void __fastcall RB7Click(TObject *Sender);
        void __fastcall SpeedButton3Click(TObject *Sender);
        void __fastcall SpeedButton6Click(TObject *Sender);
        void __fastcall SpeedButton7Click(TObject *Sender);
        void __fastcall SpeedButton1Click(TObject *Sender);
        void __fastcall SpeedButton2Click(TObject *Sender);
        void __fastcall RB1MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall RB2MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall RB3MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall RB4MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall RB5MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall RB6MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall RB7MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
        void __fastcall SpeedButton3MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall SpeedButton6MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall SpeedButton7MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
        void __fastcall Edit1MouseMove(TObject *Sender, TShiftState Shift,
          int X, int Y);
private:	// User declarations
public:		// User declarations
        __fastcall TForm5(TComponent* Owner);
        void __fastcall CalVal();
};
//---------------------------------------------------------------------------
extern PACKAGE TForm5 *Form5;
extern AnsiString   disStr;
extern AnsiString   recDisStr;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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