📄 jinhuo_gl.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -