formprint1.~h

来自「用C++ Builder编写的个人财务管理软件」· ~H 代码 · 共 47 行

~H
47
字号
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?