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