ukh.h

来自「超市配货中心进销存源码 超市配货中心进销存源码」· C头文件 代码 · 共 45 行

H
45
字号
//----------------------------------------------------------------------------
#ifndef uKHH
#define uKHH
//----------------------------------------------------------------------------
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <Messages.hpp>
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <Db.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//----------------------------------------------------------------------------
class TfKH : public TForm
{
__published:
	TDBGrid *DBGrid1;
	TDBNavigator *DBNavigator;
	TPanel *Panel1;
	TDataSource *DataSource1;
	TPanel *Panel2;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall DBGrid1ColEnter(TObject *Sender);
        void __fastcall DBGrid1DrawColumnCell(TObject *Sender,
          const TRect &Rect, int DataCol, TColumn *Column,
          TGridDrawState State);
        void __fastcall DBGrid1DblClick(TObject *Sender);
private:
	// private declarations
public:
	// public declarations
        String KH;
	__fastcall TfKH(TComponent *Owner);
};
//----------------------------------------------------------------------------
extern TfKH *fKH;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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