dlgjianluprint.h
来自「大学田径运动会管理系统」· C头文件 代码 · 共 50 行
H
50 行
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?