jinhuo_gl.h

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

H
62
字号
//---------------------------------------------------------------------------

#ifndef jinhuo_glH
#define jinhuo_glH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
#include <ExtCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class Tfm_jinhuo_gl : public TForm
{
__published:	// IDE-managed Components
    TLabel *Label1;
    TLabel *Label2;
    TLabel *Label3;
    TLabel *Label4;
    TLabel *Label5;
    TLabel *Label6;
    TLabel *Label7;
    TLabel *Label8;
    TButton *add;
    TButton *cancel;
    TButton *close;
    TDBGrid *brow;
    TEdit *no;
    TEdit *shuliang;
    TEdit *jinjia;
    TEdit *shoujia;
    TEdit *name;
    TEdit *changjia;
    TButton *del;
    TDateTimePicker *jindt;
    TDateTimePicker *guoqidt;
    void __fastcall FormShow(TObject *Sender);
    void __fastcall noKeyPress(TObject *Sender, char &Key);
    void __fastcall shuliangKeyPress(TObject *Sender, char &Key);
    void __fastcall jinjiaKeyPress(TObject *Sender, char &Key);
    void __fastcall shoujiaKeyPress(TObject *Sender, char &Key);
    void __fastcall addClick(TObject *Sender);
    void __fastcall cancelClick(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
    void __fastcall closeClick(TObject *Sender);
    void __fastcall noExit(TObject *Sender);
    void __fastcall delClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall Tfm_jinhuo_gl(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tfm_jinhuo_gl *fm_jinhuo_gl;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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