dlgxiugaicj.h

来自「大学田径运动会管理系统」· C头文件 代码 · 共 42 行

H
42
字号
//----------------------------------------------------------------------------
#ifndef dlgxiugaicjH
#define dlgxiugaicjH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
//----------------------------------------------------------------------------
class Txiugai : public TForm
{
__published:        
	TButton *OKBtn;
	TButton *CancelBtn;
        TLabel *Label1;
        TEdit *ydybh;
        TLabel *Label2;
        TEdit *cj;
        TLabel *Label3;
        TEdit *df;
        TCheckBox *jj;
        TComboBox *bz;
        TLabel *Label4;
        TCheckBox *xycf;
        TLabel *Label5;
        TLabel *Label6;
        TEdit *mc;
private:
public:
	virtual __fastcall Txiugai(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE Txiugai *xiugai;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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