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