📄 termoptions.h
字号:
//---------------------------------------------------------------------------
#ifndef TermOptionsH
#define TermOptionsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published: // Von der IDE verwaltete Komponenten
TComboBox *ComboBox1;
TComboBox *ComboBox2;
TBitBtn *OkButton;
TBitBtn *Cancel;
private: // Anwender-Deklarationen
public: // Anwender-Deklarationen
__fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -