xiaoshou.h

来自「一个用VC写的超市管理系统」· C头文件 代码 · 共 43 行

H
43
字号
//---------------------------------------------------------------------------

#ifndef xiaoshouH
#define xiaoshouH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class Tfm_xiaoshou : public TForm
{
__published:	// IDE-managed Components
    TDateTimePicker *dt0;
    TDateTimePicker *dt1;
    TButton *huizong;
    TLabel *Label1;
    TLabel *Label2;
    TButton *Button2;
    TLabel *Label3;
    TLabel *Label4;
    TLabel *Label5;
    TEdit *shuliang;
    TEdit *jine;
    TStringGrid *lb;
    TLabel *Label6;
    TEdit *maoli;
    void __fastcall huizongClick(TObject *Sender);
    void __fastcall FormShow(TObject *Sender);
    void __fastcall Button2Click(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
    __fastcall Tfm_xiaoshou(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tfm_xiaoshou *fm_xiaoshou;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?