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

📄 taizform.h

📁 该源代码是一个关于电力设备和电力行业操作管理的管理系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef TaiZFormH
#define TaiZFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
#include <DBCtrls.hpp>
//---------------------------------------------------------------------------
class TTaiZFrm : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label11;
        TLabel *Label12;
        TEdit *Edit1;
        TComboBox *ComboBox1;
        TComboBox *ComboBox2;
        TComboBox *ComboBox3;
        TComboBox *ComboBox4;
        TComboBox *ComboBox5;
        TComboBox *ComboBox6;
        TComboBox *ComboBox7;
        TDateTimePicker *DateTimePicker1;
        TEdit *Edit2;
        TComboBox *ComboBox8;
        TEdit *Edit3;
        TGroupBox *GroupBox2;
        TBitBtn *BBt_Add;
        TBitBtn *BBt_Delete;
        TBitBtn *BBt_Chang;
        TBitBtn *BBt_OK;
        TBitBtn *BBt_Calean;
        TBitBtn *BBt_Ref;
        TBitBtn *BBt_Fount;
        TBitBtn *BBt_Print;
        TBitBtn *BBt_Help;
        TBitBtn *BBt_Exit;
        TPanel *Panel2;
        TGroupBox *GroupBox3;
        TDBGrid *DBGrid1;
        TImageList *ImageList1;
        TDBNavigator *DBNavigator1;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall BBt_AddClick(TObject *Sender);
        void __fastcall BBt_DeleteClick(TObject *Sender);
        void __fastcall BBt_ChangClick(TObject *Sender);
        void __fastcall BBt_OKClick(TObject *Sender);
        void __fastcall BBt_CaleanClick(TObject *Sender);
        void __fastcall BBt_RefClick(TObject *Sender);
        void __fastcall BBt_ExitClick(TObject *Sender);
        void __fastcall BBt_FountClick(TObject *Sender);
        void __fastcall BBt_PrintClick(TObject *Sender);
        void __fastcall DBNavigator1Click(TObject *Sender,
          TNavigateBtn Button);
        void __fastcall DBGrid1CellClick(TColumn *Column);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox2KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox3KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox4KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox5KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox6KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox1KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox7KeyPress(TObject *Sender, char &Key);
        void __fastcall DateTimePicker1KeyPress(TObject *Sender,
          char &Key);
        void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
        void __fastcall ComboBox8KeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
        __fastcall TTaiZFrm(TComponent* Owner);

        void q_exesql(AnsiString mSql);

        int iButton;
        String ID;
};
//---------------------------------------------------------------------------
extern PACKAGE TTaiZFrm *TaiZFrm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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