fileformat.h
来自「著名的基因芯片表达数据聚类软件。esein编写」· C头文件 代码 · 共 27 行
H
27 行
//---------------------------------------------------------------------------
#ifndef FileFormatH
#define FileFormatH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <OleCtrls.hpp>
#include <vcf1.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TFileFormatForm : public TForm
{
__published: // IDE-managed Components
TMemo *Memo1;
TImage *Image1;
private: // User declarations
public: // User declarations
__fastcall TFileFormatForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFileFormatForm *FileFormatForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?