unitgy.h
来自「通过oci实现的oracle查询分析器功能和可以 尤其对BLOB字段的度曲」· C头文件 代码 · 共 30 行
H
30 行
//---------------------------------------------------------------------------
#ifndef UnitgyH
#define UnitgyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TFormABOUT : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TImage *Image1;
void __fastcall FormDblClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFormABOUT(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormABOUT *FormABOUT;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?