dlgjlprint.h
来自「大学田径运动会管理系统」· C头文件 代码 · 共 43 行
H
43 行
//----------------------------------------------------------------------------
#ifndef dlgjlprintH
#define dlgjlprintH
//----------------------------------------------------------------------------
#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 Tjlprint1 : public TForm
{
__published:
TButton *OKBtn;
TButton *CancelBtn;
TRadioButton *RadioButton1;
TRadioButton *RadioButton2;
TEdit *Edit1;
TLabel *Label1;
TEdit *Edit2;
TLabel *Label2;
TLabel *Label3;
TEdit *Edit3;
TLabel *Label4;
TComboBox *ComboBox1;
TLabel *Label5;
TEdit *Edit4;
TLabel *Label6;
TRadioButton *RadioButton3;
private:
public:
virtual __fastcall Tjlprint1(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE Tjlprint1 *jlprint1;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?