?? print.h
字號(hào):
//---------------------------------------------------------------------------
#ifndef printH
#define printH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class Tform_print : public TForm
{
__published: // IDE-managed Components
TStringGrid *strgrid1;
TStringGrid *strgrid2;
TButton *Button1;
TButton *Button2;
TButton *Button3;
void __fastcall FormCreate(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
void __fastcall strgrid1Click(TObject *Sender);
void __fastcall strgrid2Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
private: // User declarations
public: // User declarations
__fastcall Tform_print(TComponent* Owner);
int __fastcall get_last_bh(char*);
void __fastcall sort_senrec();
void __fastcall set_printer();
void __fastcall print_bb(int); // 打印報(bào)表
void __fastcall get_bbfilename(char*,int,int,int);
void __fastcall get_lwfilename(char*,int,int,int);
void __fastcall del_oldfile(int mon);
};
//---------------------------------------------------------------------------
extern PACKAGE Tform_print *form_print;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -