unit_main.h
来自「模式识别程序」· C头文件 代码 · 共 39 行
H
39 行
//---------------------------------------------------------------------------
#ifndef Unit_mainH
#define Unit_mainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
extern float da[540];
class TForm1 : public TForm
{
__published: // IDE-managed Components
TMainMenu *MainMenu1;
TMenuItem *N1;
TMenuItem *Opn_File;
TMenuItem *Show_pic;
TMenuItem *Feture;
TBevel *Bevel1;
TComboBox *ComboBox1;
TLabel *Label1;
TMenuItem *Feature_para;
void __fastcall Opn_FileClick(TObject *Sender);
void __fastcall Show_picClick(TObject *Sender);
void __fastcall ComboBox1Click(TObject *Sender);
void __fastcall Feature_paraClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?