📄 formprint1.h
字号:
//----------------------------------------------------------------------------
#ifndef FormPrint1H
#define FormPrint1H
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include <ComCtrls.hpp>
extern AnsiString StatCaption;
//----------------------------------------------------------------------------
class TFormStatistic : public TForm
{
__published:
TButton *PrintBtn;
TButton *CancelBtn;
TBitBtn *BitBtnPreviewLiAn;
TLabel *Label1;
TDateTimePicker *DateTimePickerFromDate;
TDateTimePicker *DateTimePickerToDate;
TLabel *Label2;
TLabel *Label3;
TComboBox *ComboBoxStatistic;
TLabel *Label4;
TLabel *Label5;
void __fastcall CancelBtnClick(TObject *Sender);
void __fastcall PrintBtnClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall BitBtnPreviewLiAnClick(TObject *Sender);
private:
public:
virtual __fastcall TFormStatistic(TComponent* AOwner);
AnsiString tablemakername;
};
//----------------------------------------------------------------------------
extern TFormStatistic *FormStatistic ;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -