remedyplan2.~h
来自「这是我们班实习的时候做的一个宠物医院管理系统。sql数据库」· ~H 代码 · 共 42 行
~H
42 行
//---------------------------------------------------------------------------
#ifndef RemedyPlan2H
#define RemedyPlan2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TfrmRemedyPlanLdp_Form2 : public TForm
{
__published: // IDE-managed Components
TDateTimePicker *DateTimePicker1;
TDateTimePicker *DateTimePicker2;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TGroupBox *GroupBox1;
TMemo *Memo1;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TEdit *Edit1;
TEdit *Edit2;
TEdit *Edit3;
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmRemedyPlanLdp_Form2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmRemedyPlanLdp_Form2 *frmRemedyPlanLdp_Form2;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?