⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgjianluprint.h

📁 大学田径运动会管理系统
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef dlgjianluprintH
#define dlgjianluprintH
//----------------------------------------------------------------------------
#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 Tjlprint : public TForm
{
__published:        
	TButton *OKBtn;
	TButton *CancelBtn;
        TGroupBox *GroupBox1;
        TGroupBox *GroupBox2;
        TCheckBox *dayin;
        TEdit *xzh;
        TLabel *Label1;
        TRadioButton *sxzh;
        TRadioButton *spdh;
        TLabel *Label2;
        TEdit *from_pdh;
        TLabel *Label3;
        TEdit *to_pdh;
        TLabel *Label4;
        TEdit *num;
        TLabel *Label5;
        TLabel *l;
        TLabel *Label7;
        TLabel *Label8;
        TRadioButton *sall;
        TLabel *Label6;
        TComboBox *zxm;
        void __fastcall zxmChange(TObject *Sender);
private:
public:
	virtual __fastcall Tjlprint(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE Tjlprint *jlprint;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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