outbg.h
来自「供销存软件」· C头文件 代码 · 共 49 行
H
49 行
//---------------------------------------------------------------------------
#ifndef outBGH
#define outBGH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
//#include "Excel_2K_SRVR.h"
//---------------------------------------------------------------------------
class ToutBGForm : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TDateTimePicker *date1;
TDateTimePicker *date2;
TComboBox *CBck;
TLabel *Label3;
TSpeedButton *searchButton;
TBitBtn *tjBtn;
TBitBtn *printBtn;
TBitBtn *closeBtn;
TDBGrid *DBGrid1;
TEdit *Edit1;
TEdit *XSsum;
TEdit *Edit2;
TEdit *LRsum;
void __fastcall FormCreate(TObject *Sender);
void __fastcall searchButtonClick(TObject *Sender);
void __fastcall printBtnClick(TObject *Sender);
void __fastcall closeBtnClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall ToutBGForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE ToutBGForm *outBGForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?