yddldffx.h

来自「营业用电管理系统(网络版)是本公司推出的新一代软件产品」· C头文件 代码 · 共 46 行

H
46
字号
//---------------------------------------------------------------------------

#ifndef YDdldffxH
#define YDdldffxH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TFdldffx : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TRadioButton *RadioButton1;
        TRadioButton *RadioButton2;
        TRadioButton *RadioButton3;
        TRadioButton *RadioButton4;
        TRadioButton *RadioButton5;
        TSpeedButton *SpeedButton1;
        TSpeedButton *SpeedButton3;
        TSpeedButton *SpeedButton4;
        TSpeedButton *SpeedButton5;
        TTable *Table1;
        TDataSource *DataSource1;
        TDBGrid *DBGrid1;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall SpeedButton1Click(TObject *Sender);
        void __fastcall SpeedButton3Click(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall SpeedButton5Click(TObject *Sender);
private:	// User declarations
        void bbcs();
public:		// User declarations
        __fastcall TFdldffx(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFdldffx *Fdldffx;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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