📄 fileedit.~h
字号:
//---------------------------------------------------------------------------
#ifndef FileEditH
#define FileEditH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TForm7 : public TForm
{
__published: // IDE-managed Components
TStaticText *StaticText1;
TStaticText *StaticText2;
TStaticText *StaticText3;
TStaticText *StaticText4;
TStaticText *Sname;
TStaticText *Stype;
TStaticText *Spath;
TButton *SaveBn;
TButton *CancelBn;
TEdit *Editlen;
TLabel *KB;
void __fastcall SaveBnClick(TObject *Sender);
void __fastcall CancelBnClick(TObject *Sender);
void __fastcall NumOnly(TObject *Sender, char &Key);
private: // User declarations
public: // User declarations
__fastcall TForm7(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm7 *Form7;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -