📄 dlgsjprint.h
字号:
//----------------------------------------------------------------------------
#ifndef dlgsjprintH
#define dlgsjprintH
//----------------------------------------------------------------------------
#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 Tsjprint : public TForm
{
__published:
TButton *OKBtn;
TButton *CancelBtn;
TEdit *xzh;
TLabel *Label2;
TEdit *pdh_from;
TLabel *Label4;
TLabel *Label5;
TRadioButton *is_xzh;
TRadioButton *is_pdh;
TEdit *pdh_to;
TRadioButton *is_all;
private:
public:
virtual __fastcall Tsjprint(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE Tsjprint *sjprint;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -