teainfo.~h
来自「以学生本班的成绩管理为应用、开发一个小小和成绩管理系统。设计了如下类: Pers」· ~H 代码 · 共 47 行
~H
47 行
//---------------------------------------------------------------------------
#ifndef TeaInfoH
#define TeaInfoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include<stdio.h>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include"TPerson.h"
//---------------------------------------------------------------------------
class TForm4 : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TLabel *Label1;
TEdit *Edit1;
TLabel *Label2;
TEdit *Edit2;
TLabel *Label3;
TLabel *Label4;
TEdit *Edit3;
TLabel *Label5;
TEdit *Edit4;
TLabel *Label6;
TEdit *Edit5;
TRadioButton *RadioButton1;
TLabel *Label7;
TEdit *Edit6;
TRadioButton *RadioButton2;
TLabel *Label8;
TEdit *Edit7;
TButton *Button1;
TButton *Button2;
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm4(TComponent* Owner);
int flag;
};
//---------------------------------------------------------------------------
extern PACKAGE TForm4 *Form4;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?