fileedit.h
来自「文件管理系统」· C头文件 代码 · 共 36 行
H
36 行
//---------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?