📄 unit1.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 <ADODB.hpp>
#include <DB.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TfrmPetinfo : public TForm
{
__published: // IDE-managed Components
TADOConnection *ADOConnection1;
TADOQuery *ADOQuery1;
TDataSource *DataSource1;
TDataSource *DataSource2;
TADOQuery *ADOQuery2;
TPageControl *PageControl1;
TTabSheet *frmPetinfo_zcq_TabSheet1;
TPanel *Panel1;
TGroupBox *GroupBox1;
TSpeedButton *Petinfo_xxcx_sh;
TSpeedButton *Petinfo_xxcx_del;
TSpeedButton *SpeedButton3;
TSpeedButton *SpeedButton4;
TCheckBox *Petinfo_CheckBox1;
TCheckBox *Petinfo_CheckBox2;
TCheckBox *Petinfo_CheckBox3;
TCheckBox *Petinfo_CheckBox4;
TCheckBox *Petinfo_CheckBox5;
TDateTimePicker *frmPetinfo_Petinfo_DateTimePicker1;
TEdit *frmPetinfo_DBEdit1;
TEdit *frmPetinfo_DBEdit2;
TComboBox *frmPetinfo_DBComboBox1;
TComboBox *frmPetinfo_DBComboBox2;
TPanel *Panel2;
TGroupBox *GroupBox2;
TDBGrid *DBGrid1;
TTabSheet *Petinfo_TabSheet2;
TPanel *Panel3;
TGroupBox *GroupBox3;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TSpeedButton *Petinfo_xxxg_ok;
TSpeedButton *Petinfo_xxxg_cl;
TSpeedButton *Petinfo_xxxg_bk;
TEdit *Petinfo_Edit3;
TEdit *Petinfo_Edit4;
TEdit *Petinfo_Edit6;
TEdit *Petinfo_Edit7;
TEdit *Petinfo_Edit8;
TEdit *Petinfo_Edit9;
TEdit *Petinfo_Edit5;
TDateTimePicker *Petinfo_DateTimePicker2;
TDateTimePicker *Petinfo_DateTimePicker3;
TTabSheet *Petinfo_TabSheet3;
TGroupBox *GroupBox4;
TLabel *Label10;
TLabel *Label11;
TLabel *Label12;
TLabel *Label13;
TLabel *Label14;
TLabel *Label15;
TLabel *Label16;
TLabel *Label17;
TLabel *Label18;
TSpeedButton *Petinfo_Sheet3_cl;
TSpeedButton *Petinfo_Sheet3_ok;
TSpeedButton *Petinfo_Sheet3_bk;
TEdit *Petinfo_Edit10;
TEdit *Petinfo_Edit11;
TEdit *Petinfo_Edit14;
TEdit *Petinfo_Edit16;
TEdit *Petinfo_Edit12;
TDateTimePicker *DateTimePicker4;
TDateTimePicker *DateTimePicker5;
TComboBox *Petinfo_Edit13;
TComboBox *Petinfo_Edit15;
TTabSheet *TabSheet1;
TPanel *Panel4;
TSpeedButton *SpeedButton2;
TGroupBox *GroupBox5;
TLabel *Label19;
TLabel *Label20;
TSpeedButton *SpeedButton1;
TLabel *Label21;
TEdit *Petinfo_Edit100;
TComboBox *Petinfo_DBComboBox100;
TEdit *Edit1;
TGroupBox *GroupBox6;
TLabel *Label22;
TLabel *Label23;
TSpeedButton *SpeedButton5;
TComboBox *Petinfo_ComboBox101;
TEdit *Petinfo_Edit001;
TPanel *Panel5;
TGroupBox *GroupBox7;
TLabel *Label24;
TSpeedButton *SpeedButton6;
TComboBox *Petinfo_ComboBox102;
TDBGrid *DBGrid2;
TSpeedButton *SpeedButton8;
void __fastcall SpeedButton3Click(TObject *Sender);
void __fastcall Petinfo_xxcx_shClick(TObject *Sender);
void __fastcall Petinfo_CheckBox1Click(TObject *Sender);
void __fastcall Petinfo_CheckBox2Click(TObject *Sender);
void __fastcall SpeedButton4Click(TObject *Sender);
void __fastcall Petinfo_Edit3Change(TObject *Sender);
void __fastcall Petinfo_xxtj_okClick(TObject *Sender);
void __fastcall Petinfo_xxxg_clClick(TObject *Sender);
void __fastcall Petinfo_Sheet3_okClick(TObject *Sender);
void __fastcall Petinfo_xxcx_delClick(TObject *Sender);
void __fastcall Petinfo_xxxg_bkClick(TObject *Sender);
void __fastcall Petinfo_Sheet3_bkClick(TObject *Sender);
void __fastcall Petinfo_Edit10Change(TObject *Sender);
void __fastcall Petinfo_Edit11Click(TObject *Sender);
void __fastcall Petinfo_Edit12Click(TObject *Sender);
void __fastcall Petinfo_Edit13Click(TObject *Sender);
void __fastcall Petinfo_Edit14Click(TObject *Sender);
void __fastcall Petinfo_Edit15Click(TObject *Sender);
void __fastcall Petinfo_Edit16Click(TObject *Sender);
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall SpeedButton6Click(TObject *Sender);
void __fastcall SpeedButton8Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmPetinfo(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPetinfo *frmPetinfo;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -