?? ftestdisplay.h
字號(hào):
//---------------------------------------------------------------------------
// N.V.Shokhirev
// created: 20040804
// modified: 20040809
//---------------------------------------------------------------------------
#ifndef fTestDisplayH
#define fTestDisplayH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "Graph2D.h"
#include <ExtCtrls.hpp>
//#include "dynarrutils.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TPanel *PanelLeft;
TPanel *PanelBox;
TButton *Button1;
TRadioGroup *RadioGroup1;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormDestroy(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall RadioGroup1Click(TObject *Sender);
private: // User declarations
PlotBox2D* pPlotBox2D;
// FArr1D X, Y;
void __fastcall PlotBox2DPaint(TObject *Sender);
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -