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

📄 unit1.h

📁 这是我们班实习的时候做的一个宠物医院管理系统。sql数据库
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#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 <DBCtrls.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TAccountinfoWf_Form1 : public TForm
{
__published:	// IDE-managed Components
        TPageControl *AccountinfoWf_PageControl1;
        TTabSheet *AccountinfoWf_TabSheet1;
        TGroupBox *AccountinfoWf_GroupBox1;
        TGroupBox *AccountinfoWf_GroupBox2;
        TTabSheet *AccountinfoWf_TabSheet2;
        TLabel *AccountinfoWf_Label1;
        TLabel *AccountinfoWf_Label2;
        TLabel *AccountinfoWf_Label3;
        TLabel *AccountinfoWf_Label4;
        TLabel *AccountinfoWf_Label5;
        TEdit *AccountinfoWf_Edit1;
        TEdit *AccountinfoWf_Edit2;
        TEdit *AccountinfoWf_Edit3;
        TDateTimePicker *AccountinfoWf_DateTimePicker1;
        TDateTimePicker *AccountinfoWf_DateTimePicker2;
        TDBGrid *AccountinfoWf_DBGrid1;
        TPanel *AccountinfoWf_Panel1;
        TSpeedButton *PetinfoWf_SpeedButton1;
        TSpeedButton *PetinfoWf_SpeedButton2;
        TSpeedButton *PetinfoWf_SpeedButton3;
        TSpeedButton *PetinfoWf_SpeedButton4;
        TPanel *AccountinfoWf_Panel2;
        TGroupBox *AccountinfoWf_GroupBox3;
        TGroupBox *AccountinfoWf_GroupBox4;
        TCheckBox *AccountinfoWf_CheckBox1;
        TCheckBox *AccountinfoWf_CheckBox2;
        TEdit *AccountinfoWf_Edit4;
        TCheckBox *AccountinfoWf_CheckBox3;
        TEdit *AccountinfoWf_Edit5;
        TEdit *AccountinfoWf_Edit6;
        TSpeedButton *AccountinfoWf_SpeedButton5;
        TGroupBox *AccountinfoWf_GroupBox5;
        TCheckBox *AccountinfoWf_CheckBox4;
        TCheckBox *AccountinfoWf_CheckBox5;
        TDateTimePicker *AccountinfoWf_DateTimePicker3;
        TDateTimePicker *AccountinfoWf_DateTimePicker4;
        TSpeedButton *AccountinfoWf_SpeedButton6;
        TDBGrid *AccountinfoWf_DBGrid2;
        TTabSheet *AccountinfoWf_TabSheet3;
        TGroupBox *AccountinfoWf_GroupBox6;
        TGroupBox *AccountinfoWf_GroupBox7;
        TEdit *AccountinfoWf_Edit8;
        TEdit *AccountinfoWf_Edit7;
        TLabel *AccountinfoWf_Label6;
        TLabel *AccountinfoWf_Label7;
        TDBNavigator *DBNavigator1;
        TGroupBox *GroupBox1;
        TGroupBox *GroupBox2;
        TDateTimePicker *DfrmAccountInfoLdp_ateTimePicker5;
        TDateTimePicker *DfrmAccountInfoLdp_ateTimePicker6;
        TLabel *AccountInfoLdp_Label11;
        TLabel *AccountInfoLdp_Label12;
        TSpeedButton *SpeedButton1;
        TDateTimePicker *DfrmAccountInfoLdp_ateTimePicker7;
        TDateTimePicker *DfrmAccountInfoLdp_ateTimePicker8;
        TSpeedButton *SpeedButton2;
        TDBGrid *DBGrid1;
        TLabel *AccountInfoLdp_Label13;
        TLabel *AccountInfoLdp_Label14;
        TDataSource *DataSource1;
        TADOConnection *ADOConnection1;
        TADOQuery *ADOQuery1;
        void __fastcall PetinfoWf_SpeedButton3Click(TObject *Sender);
        void __fastcall PetinfoWf_SpeedButton2Click(TObject *Sender);
        void __fastcall AccountinfoWf_SpeedButton5Click(TObject *Sender);
        void __fastcall AccountinfoWf_SpeedButton6Click(TObject *Sender);
        void __fastcall AccountinfoWf_DBGrid2CellClick(TColumn *Column);
        void __fastcall AccountinfoWf_DBGrid1CellClick(TColumn *Column);
        void __fastcall PetinfoWf_SpeedButton1Click(TObject *Sender);
        void __fastcall PetinfoWf_SpeedButton4Click(TObject *Sender);
        void __fastcall AccountinfoWf_DBGrid2DblClick(TObject *Sender);
        void __fastcall SpeedButton1Click(TObject *Sender);
        void __fastcall SpeedButton2Click(TObject *Sender);
        void __fastcall AccountinfoWf_Edit1Change(TObject *Sender);
        void __fastcall AccountinfoWf_PageControl1ContextPopup(
          TObject *Sender, TPoint &MousePos, bool &Handled);
        void __fastcall AccountinfoWf_GroupBox1MouseMove(TObject *Sender,
          TShiftState Shift, int X, int Y);
private:	// User declarations
public:		// User declarations
        __fastcall TAccountinfoWf_Form1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TAccountinfoWf_Form1 *AccountinfoWf_Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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