lingshou.h
来自「一个用VC写的超市管理系统」· C头文件 代码 · 共 49 行
H
49 行
//---------------------------------------------------------------------------
#ifndef lingshouH
#define lingshouH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <ComCtrls.hpp>
#include <Mask.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class Tfm_lingshou_gl : public TForm
{
__published: // IDE-managed Components
TDBGrid *lb;
TDateTimePicker *dt;
TButton *Button1;
TButton *Button2;
TLabel *Label4;
TEdit *danju;
TLabel *Label2;
TEdit *shuliang;
TLabel *Label3;
TEdit *jine;
TRadioButton *RadioButton1;
TRadioButton *RadioButton2;
TEdit *code;
TLabel *Label1;
void __fastcall FormShow(TObject *Sender);
void __fastcall dtChange(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall RadioButton1Click(TObject *Sender);
void __fastcall RadioButton2Click(TObject *Sender);
void __fastcall codeKeyPress(TObject *Sender, char &Key);
private: // User declarations
public: // User declarations
__fastcall Tfm_lingshou_gl(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tfm_lingshou_gl *fm_lingshou_gl;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?